Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Could anyone help me with a formula to get the specific titles/names from the 3 greatest values in a column? For example: colA colB name a 3 name b 6 name c 1 name d 7 name e 4 So, I would like to list the names of the 3 highest values in column B, namely: "name d" (1st highest value) "name b" (2nd highest value) "name e" (3rd highest value) I have about 20 variable names total, all different from one another. Is this possible? Thanks so much in advance! Lindsay |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Lindsay
in Cell C2 enter =INDEX($A$2:$A$21,MATCH(LARGE($B$2:$B$212,ROW(1:1) ),$B$2:$B$21,0)) and copy down -- Regards Roger Govier "Lindsay" wrote in message ... Hi, Could anyone help me with a formula to get the specific titles/names from the 3 greatest values in a column? For example: colA colB name a 3 name b 6 name c 1 name d 7 name e 4 So, I would like to list the names of the 3 highest values in column B, namely: "name d" (1st highest value) "name b" (2nd highest value) "name e" (3rd highest value) I have about 20 variable names total, all different from one another. Is this possible? Thanks so much in advance! Lindsay |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks!
That works perfectly! Lindsay "Roger Govier" wrote: Hi Lindsay in Cell C2 enter =INDEX($A$2:$A$21,MATCH(LARGE($B$2:$B$212,ROW(1:1) ),$B$2:$B$21,0)) and copy down -- Regards Roger Govier "Lindsay" wrote in message ... Hi, Could anyone help me with a formula to get the specific titles/names from the 3 greatest values in a column? For example: colA colB name a 3 name b 6 name c 1 name d 7 name e 4 So, I would like to list the names of the 3 highest values in column B, namely: "name d" (1st highest value) "name b" (2nd highest value) "name e" (3rd highest value) I have about 20 variable names total, all different from one another. Is this possible? Thanks so much in advance! Lindsay |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Lindsay
You're very welcome. Thanks for the feedback. -- Regards Roger Govier "Lindsay" wrote in message ... Thanks! That works perfectly! Lindsay "Roger Govier" wrote: Hi Lindsay in Cell C2 enter =INDEX($A$2:$A$21,MATCH(LARGE($B$2:$B$212,ROW(1:1) ),$B$2:$B$21,0)) and copy down -- Regards Roger Govier "Lindsay" wrote in message ... Hi, Could anyone help me with a formula to get the specific titles/names from the 3 greatest values in a column? For example: colA colB name a 3 name b 6 name c 1 name d 7 name e 4 So, I would like to list the names of the 3 highest values in column B, namely: "name d" (1st highest value) "name b" (2nd highest value) "name e" (3rd highest value) I have about 20 variable names total, all different from one another. Is this possible? Thanks so much in advance! Lindsay |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
Need to Improve Code Copying/Pasting Between Workbooks | Excel Discussion (Misc queries) | |||
Positioning Numeric Values Resulting from 6 Column Array Formula | Excel Worksheet Functions | |||
Help PLEASE! Not sure what answer is: Match? Index? Other? | Excel Worksheet Functions | |||
Lookup Table Dilemma | Excel Worksheet Functions |