conditional format based on rank?

  • Thread starter Thread starter J.W. Aldridge
  • Start date Start date
J

J.W. Aldridge

is there any way to use a conditional format formula to rank the
numbers in column of a pivot table or a range?

example:

top score : cell pattern red
2nd highest: cell pattern blue
3rd highest: cell pattern yellow
 
is there any way to use a conditional format formula to rank the
numbers in column of a pivot table or a range?

example:

top score : cell pattern red
2nd highest: cell pattern blue
3rd highest: cell pattern yellow

Use these 3 Conditional Format formulas...

Condition 1
==========
Formula is: =C1=LARGE(C:C,1)
Format: Pattern -- Red

Condition 2
==========
Formula is: =C1=LARGE(C:C,2)
Format: Pattern -- Blue

Condition 1
==========
Formula is: =C1=LARGE(C:C,3)
Format: Pattern -- Yellow

Rick
 

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

Back
Top