+ Reply to Thread
Results 1 to 3 of 3

ID top 5 high scores and associated team names from a table

  1. #1
    Registered User
    Join Date
    07-24-2013
    Location
    Salt Lake City, Utah
    MS-Off Ver
    MS 2007
    Posts
    45

    ID top 5 high scores and associated team names from a table

    Hello, this is thebutlerdidit having trouble with a game scoring spreadsheet.

    What I have: A spreadsheet with 30 teams (named in col B) and their total scores (in col A).

    Objective: ID top 5 Teams and their scores. (If multiple teams are tied with high score, I'm ok listing the top 5 teams in order they appear in list, even if there are >5 with same score.)

    What's happening: If multiple teams have the same high score, the first team name noted in the list gets noted multiple times. Example: if Teams A, B, C have high score of 5, and teams D and E have scores of 4 and 2, team A will be listed 3 times as having 5 points, team D will be listed with 4 points and team E will be listed as having 2 points. (If both teams D and E have 2 points, then team D will be listed twice as having 2 points.)

    NOTE: It doesn't appear I can upload my file using the computer I'm on.

    Equation I'm using to ID Team Names having top 5 scores:

    =IF(M6>0,VLOOKUP(LARGE(A3:A30,1),A3:B30,2,FALSE),"TBD")
    • Col M is for top 5 high scores. If value is "0", then "TBD" is noted in Col L where Team name will go if Col M value >0)
    • VLOOKUP finds the highest score in Col A, as signified by the "1" in parenthesis after "LARGE". The subsequent rows have 2, 3, 4, 5 in that position.

  2. #2
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: ID top 5 high scores and associated team names from a table

    Try this approach

    A2:A31 has a total score, B2:B31 has time names and F2:F6 has the values 1 to 5

    Use in G2 the following array formula

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Note: array formula must be enter with CTRL+SHIFT+ENTER

    See the file
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    07-24-2013
    Location
    Salt Lake City, Utah
    MS-Off Ver
    MS 2007
    Posts
    45

    Re: ID top 5 high scores and associated team names from a table

    FANTASTIC!!!! This worked PERFECTLY! Thank you! Thank you! Now, how do I closed this out, say it's solved and rate you with the highest rating?

+ 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. Sum of the Maximum Scores per Team
    By MarvinP in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-18-2015, 05:32 AM
  2. Matching High Scores with Rating Scale
    By CRedding in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-15-2013, 12:12 PM
  3. Replies: 1
    Last Post: 06-15-2013, 09:02 PM
  4. [SOLVED] Return two or more high scores of the same value.....
    By sandy.rogers in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-20-2012, 03:22 PM
  5. Transferring team scores into a league table
    By JonSt in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 01-06-2012, 06:48 PM
  6. Replies: 8
    Last Post: 01-24-2010, 02:26 AM
  7. high scores and tiebreaker
    By odha in forum Excel General
    Replies: 3
    Last Post: 10-01-2009, 01:17 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