Conditional formatting Max and Min

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Using Microsoft Excel 2000, I'm attempting to make the max value and min
value of a set of unique numbers turn a certain color. I've tried numerous
different ways using cell value and formula but am unable to have just those
two values turn to a different color. Usually I'll have several if not all of
the numbers change color.

Any ideas? Thanks.
 
Say your data are in A1:A10. Select A1:A10, Format>Conditional
Formatting...> Formula Is:

=A1=MAX($A$1:$A$10)

Similarly for MIN.

HTH
Kostis Vezerides
 
Back
Top