With your posted data in A1:G1
Try this:
This ARRAY FORMULA (committed with CTRL+SHIFT+ENTER, instead of ENTER)
returns the 2nd highest ranked item (ignoring duplicates):
H1:=LARGE(IF(MATCH(A1:G1,A1:G1,0)=COLUMN(A1:G1),A1:G1),2)
Is that something you can work with?
Post back if you have more questions.
--------------------------
Regards,
Ron
Microsoft MVP (Excel)
(XL2003, Win XP)
>I have a list like the following:
>
[quoted text clipped - 13 lines]
>
> Thank