> is there any way to use a conditional format formula to rank the
> numbers in column of a pivot table or a range?
[quoted text clipped - 4 lines]
> 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
J.W. Aldridge - 25 Oct 2007 19:50 GMT
Thanx!!!!!!!!!!!!!!!!!!!!!!!1
worked purrrrrrrrfectly!