#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default League table

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default League table

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
league table without macros gdh82 Excel Discussion (Misc queries) 34 August 13th 06 02:43 PM
league table birdoo2 Excel Discussion (Misc queries) 1 June 19th 06 11:28 AM
league table problem boufant Excel Discussion (Misc queries) 5 April 5th 06 08:17 PM
League Table da_big_k Excel Discussion (Misc queries) 1 January 17th 06 05:38 PM
League Table kathleen.smith10 Excel Worksheet Functions 2 March 28th 05 01:00 PM


All times are GMT +1. The time now is 09:14 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"