Conditional formatting when cell value is top 3 of column . . .

T

thechilipino

hi h2000:

one possibility would to use conditional formatting -> 'formula is':

=OR(A1=LARGE(range,3),A1=LARGE(range,2),A1=LARGE(range,1))

hth.

cheers. thechilipino.
 
H

Hubitron2000

Worked great, thanks!

thechilipino said:
hi h2000:

one possibility would to use conditional formatting -> 'formula is':

=OR(A1=LARGE(range,3),A1=LARGE(range,2),A1=LARGE(range,1))

hth.

cheers. thechilipino.
 
B

Biff

=OR(A1=LARGE(range,{1,2,3}))

Biff

thechilipino said:
hi h2000:

one possibility would to use conditional formatting -> 'formula is':

=OR(A1=LARGE(range,3),A1=LARGE(range,2),A1=LARGE(range,1))

hth.

cheers. thechilipino.
 
Top