Highlight the lowest Value from an row

  • Thread starter Thread starter Andreas Osswald
  • Start date Start date
A

Andreas Osswald

How is it possible to highlight an value (red font color or else) in an row
wich amount is the lowest ?

Best thanks for help
Andi
 
Hi Andreas
use conditional format:
-Select your cells in a row (assumption row 1, starting in column A)
- goto 'Format - Conditional forma')
- enter the following formula: =A1=MIN($1:$1)
- choose your format

HTH
Frank
 
Back
Top