+ Reply to Thread
Results 1 to 4 of 4

Ranking top scores w/ corresponding players.

Hybrid View

  1. #1
    Registered User
    Join Date
    06-06-2013
    Location
    Missouri
    MS-Off Ver
    Excel 2007
    Posts
    8

    Ranking top scores w/ corresponding players.

    Need a little help here.

    Attached is a Bowling Tournament spreadsheet whereas awards are handed out for top scores.

    I need to list the top 3 scores w/ the corresponding player for each game and series.

    B16= Player? E16= score#1
    B17= Player? E17= score#2
    B18= Player? E18= score#3

    Any help is appreciated.

    mm
    Attached Files Attached Files

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Ranking top scores w/ corresponding players.

    Here you go. Just copy and paste the winners for game 1 into the other corresponding cells.

    1st: =INDEX($A$3:$A$12,MATCH(LARGE(E$3:E$12,1),E$3:E$12,0))
    2nd: =INDEX($A$3:$A$12,MATCH(LARGE(E$3:E$12,2),E$3:E$12,0))
    3rd: =INDEX($A$3:$A$12,MATCH(LARGE(E$3:E$12,3),E$3:E$12,0))

    daffodil example for madman1734.xlsx

    Here's the formula logic:

    Find the nth largest value in the range, find which row it's on, go to list of names, give me the name on that row.
    Last edited by daffodil11; 07-26-2013 at 01:13 PM.

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Ranking top scores w/ corresponding players.

    Not sure which column/s you want to apply this to, so I used column D - adjust as needed...
    =LARGE($D$3:$D$12,1)
    That went into B24. I then used this, to pull in the name...
    =INDEX($A$3:$A$12,MATCH(B24,$D$3:$D$12,0),1)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Registered User
    Join Date
    06-06-2013
    Location
    Missouri
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Ranking top scores w/ corresponding players.

    Thank you for the help, both ways I can make work, however, I just thought of something...What if there is a tie score?

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 06-15-2013, 09:02 PM
  2. Ranking more than two scores
    By alex.ransome in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2012, 10:46 AM
  3. Ranking The Players.
    By excelkeechak in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-15-2010, 12:20 PM
  4. Ranking players monthly and yearly
    By maverick0219 in forum Excel General
    Replies: 0
    Last Post: 06-28-2007, 10:01 AM
  5. Ranking of players
    By Tommy in forum Excel General
    Replies: 1
    Last Post: 04-05-2006, 01:30 PM

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