condtional format - hightlight max results

  • Thread starter Thread starter Nadine
  • Start date Start date
N

Nadine

Have 3 columns, L M N which display percentage results based on values
entered in other columns (cells in columns contain count formulas)
In these columns I want the max result to highlight in different color

I tried
cell value is - equal to - =max(L4:L20)
but does nothing

I tried
formula is =L4=max(L4:L20)
changes everything to red except for the lowest value
 
maybe...

equal to:
=max($l$4:$l$20)

or
formula is:
=L4=max($L$4:$L$20)
(with L4 the active cell)
 
neither worked.

first one, changed nothing

second one, only changed L4 to red and that one wasn't the max number
 
Do you have all the $ signs in the correct place?

You want a fixed range but a relative cell............L4


Gord Dibben MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top