Highlight Highest Amount

T

tb

I have a bunch of $ figures in column L of my spreadsheet.
How can I highlight in red color the cell in column L that has the
highest amount?
Thanks.
 
M

Max

Use CF
Select col L (ie L1 active),
then apply CF using Formula Is: =L1=MAX($L:$L)
Format to taste, ok out
 
Top