conditional format - Max

T

tony wong

What is the formula to apply color to the maximum value? thank you in
advance for your assistance.
 
A

Andy B

Hi

If your range is A1:A10, select the range (starting at A1), and use 'Formula
is' with
=A1=MAX($A$1:$A$10)
 
Top