Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
My data is arranged as below with 40 columns
Com-a Com-b Com-c Com-d .....Com....... 40 columns -1.542 -4.628 -6.607 -1.831 3.127 0.772 0.717 4.108 7.002 6.805 7.009 8.706 9.364 10.169 7.826 10.396 4.169 4.117 0.337 5.087 I need to select the top 10 scores in the last row and report this along with the column heading for identification. Thanks |
#2
![]() |
|||
|
|||
![]()
=LARGE(A5:AP5,n) will give you the nth largest value in row 5. Replace "n"
with a number between 1 and 10. =INDEX(A1:AP1,MATCH(LARGE(A5:AP5,n),A5:AP5,0) On Mon, 22 Nov 2004 10:57:03 -0800, "John Terry" <John wrote: My data is arranged as below with 40 columns Com-a Com-b Com-c Com-d .....Com....... 40 columns -1.542 -4.628 -6.607 -1.831 3.127 0.772 0.717 4.108 7.002 6.805 7.009 8.706 9.364 10.169 7.826 10.396 4.169 4.117 0.337 5.087 I need to select the top 10 scores in the last row and report this along with the column heading for identification. Thanks |
#3
![]() |
|||
|
|||
![]()
Thanks Myrna. It works!
"Myrna Larson" wrote: =LARGE(A5:AP5,n) will give you the nth largest value in row 5. Replace "n" with a number between 1 and 10. =INDEX(A1:AP1,MATCH(LARGE(A5:AP5,n),A5:AP5,0) On Mon, 22 Nov 2004 10:57:03 -0800, "John Terry" <John wrote: My data is arranged as below with 40 columns Com-a Com-b Com-c Com-d .....Com....... 40 columns -1.542 -4.628 -6.607 -1.831 3.127 0.772 0.717 4.108 7.002 6.805 7.009 8.706 9.364 10.169 7.826 10.396 4.169 4.117 0.337 5.087 I need to select the top 10 scores in the last row and report this along with the column heading for identification. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I compare data in two worksheets to find matching cells? | Excel Discussion (Misc queries) | |||
Excel has a "Find Next" command but no "Find Previous" command. | Excel Discussion (Misc queries) | |||
Find & Replace results to display specified chosen fields | Excel Discussion (Misc queries) | |||
Find duplicates | Excel Discussion (Misc queries) | |||
Need formule which would find cell (exmp b3) value on another worksheet! please help! | Excel Worksheet Functions |