Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a list like the following:
A = 8 B = 8 C = 6 D = 5 E = 5 F = 3 G = 2 I am using the VLOOKUP and LARGE formula in order to pick the highest three. I can properly pick the first and the third but not the second because the first and the second are equa. How can I do it?? Thank |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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) "The Greek" wrote in message ... I have a list like the following: A = 8 B = 8 C = 6 D = 5 E = 5 F = 3 G = 2 I am using the VLOOKUP and LARGE formula in order to pick the highest three. I can properly pick the first and the third but not the second because the first and the second are equa. How can I do it?? Thank |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Average a list with high and low ignored | Excel Worksheet Functions | |||
Picking the list from data | Excel Worksheet Functions | |||
Picking every monday from a list of dates | Excel Discussion (Misc queries) | |||
how do i sort a list from cells by picking a specific letter? | Excel Discussion (Misc queries) | |||
Picking Values from a list | Excel Worksheet Functions |