+ Reply to Thread
Results 1 to 4 of 4

Top Ten Scores in separate list

  1. #1
    Registered User
    Join Date
    03-19-2021
    Location
    Spain
    MS-Off Ver
    365
    Posts
    56

    Top Ten Scores in separate list

    Hello
    I have a spread sheet with a column of names and scores
    I Want a list of the the top ten score in a separate list, I have tried with a few ways but got lost with the formulas

    Kind regards John
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,209

    Re: Top Ten Scores in separate list

    in I3 copy down

    =IF(ROWS($1:1) <=10,LARGE(Total,ROWS($1:1)),"")

  3. #3
    Registered User
    Join Date
    03-19-2021
    Location
    Spain
    MS-Off Ver
    365
    Posts
    56

    Re: Top Ten Scores in separate list

    Hello John
    I want the names also in the top ten list with there scores.
    Sorry for not explaining well

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,209

    Re: Top Ten Scores in separate list

    I thought you might !!!

    In column N a Helper column to account for duplicate scores

    =I3+(COUNTIFS($I$3:I3,I3)-1)*10^-3

    In M

    =INDEX(Names,MATCH(LARGE($N$3:$N$37,ROWS($1:1)),$N$3:$N$37,0))
    Attached Files Attached Files

+ 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. Need to enter test scores and return suggestions based on those scores
    By deborahlane in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 10
    Last Post: 09-28-2020, 01:23 PM
  2. Transpose rows to columns and sort by scores (with repetitive scores)
    By anishmalhotra in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-02-2019, 08:17 PM
  3. [SOLVED] I need a macro to select range of scores, choose the best scores and apply a formula
    By hadleedog in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 02-12-2015, 03:15 PM
  4. Replies: 8
    Last Post: 12-20-2014, 04:37 PM
  5. Replies: 1
    Last Post: 06-15-2013, 09:02 PM
  6. [SOLVED] List the most recent five scores from among multiple scores
    By Winship in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-11-2012, 09:25 PM
  7. VB macro for sorting through scores and copying certain scores to new sheet
    By cowboy713 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-23-2010, 01:47 AM

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