Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to craete a league table that automatically list the highest score
first descending along with member name alongside. Arranging the scores is easy, but I cannot get the names list to re-arrange to tie in with scores. Any ideas |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming names list in A1:A7
Score list in B1:B7 In C1: =LARGE($B$1:$B$7,ROWS($1:1)) In D1: =INDEX($A$1:$A$7,MATCH(C1,$B$1:$B$7,0)) Adjust to suit "Chas Fudge" wrote: I want to craete a league table that automatically list the highest score first descending along with member name alongside. Arranging the scores is easy, but I cannot get the names list to re-arrange to tie in with scores. Any ideas |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
league table without macros | Excel Discussion (Misc queries) | |||
league table | Excel Discussion (Misc queries) | |||
league table problem | Excel Discussion (Misc queries) | |||
League Table | Excel Discussion (Misc queries) | |||
League Table | Excel Worksheet Functions |