+ Reply to Thread
Results 1 to 2 of 2

Simple League Table

  1. #1
    Registered User
    Join Date
    04-20-2005
    Posts
    5

    Simple League Table

    Can anyone tell what the best function is to use for a simple league table.

    The table only has 3 people in it and I just want it to sort the automatically in to order.

    Cheers....

  2. #2
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    Assuming that Column A contains the 'Player' name, Column B contains the 'Score/Points', and the first row contains your headers/labels...

    D2, copied down and over to the next column:

    =INDEX(A$2:A$10,MATCH(LARGE($B$2:$B$10-ROW($B$2:$B$10)/10^10,ROWS(D$2:D2)),$B$2:$B$10-ROW($B$2:$B$10)/10^10,0))

    ...confirmed with CONTROL+SHIFT+ENTER, not just ENTER.

    Hope this helps!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1