conditional formatting

  • Thread starter Thread starter Fred
  • Start date Start date
one way:

CF1: Formula is =A1=MAX($A$1:$A$8)
Format1: Red

CF2: Formula is =A1=MIN($A$1:$A$8)
Format2: Blue
 
Hi Fred!

Use Cell Value is:
Equal to

=MAX($A$1:$A$8)

Additional conditional format:

Cell Value Is:
Equal to

=MIN($A$1:$A$8)

If you have a non-contiguous cells in your list you'll need to use
(eg)

=MAX($A$1,$A$4,$B$2,$B$5,$B$7,$C$3,$C$6,$C$8)
 
Back
Top