View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
rory_r[_2_] rory_r[_2_] is offline
external usenet poster
 
Posts: 12
Default Reference the 2nd and 3rd highest in range.

I have a spreadsheet of tables each references the MAX in each totals column
using the MAX function (e.g. =MAX(J8:J92)).
Using this I can conditionally format a column to highlight the highest just
by referencing the MAX cell.(=IF(J$7=0,"",(J32=J$7))

How would I add a conditional format for the second and third highest
numbers in a range?
I'd appreciate any feedback.
Thanks in advance for any help.
Rory