+ Reply to Thread
Results 1 to 5 of 5

Duplicate Names When Picking Out Highest Scorer

  1. #1
    Registered User
    Join Date
    03-02-2013
    Location
    America
    MS-Off Ver
    Excel 2003
    Posts
    9

    Talking Duplicate Names When Picking Out Highest Scorer

    Hi all!

    I found these formulas on an old thread and am using them to pull the names and scores of the 2 highest scoring people from the list of names and scores and putting them in another area of the sheet:

    Please Login or Register  to view this content.
    I have names is A and scores in B. The results of who scored highest will have names in C2:C3 and their scores in D2:D3.

    The problem I run into is if two people have the same score, the first name populates twice.

    Any suggestions?

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Duplicate Names When Picking Out Highest Scorer

    Hi,

    I don't observe that. Using your formulae the same scores produce the different names. Can you upload your workbook?
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    03-02-2013
    Location
    America
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: Duplicate Names When Picking Out Highest Scorer

    Book2.xls

    Sorry this took so long. This is a very simplified version of what I'm working with. I did alter the codes because I am working across sheets.

    If you notice persons c and q have the same score on sheet 2 and person c shows up twice

    Thank you for your help.
    Last edited by webstmonkey; 03-02-2013 at 08:59 PM.

  4. #4
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Duplicate Names When Picking Out Highest Scorer

    hi webstmonkey, welcome to the forum. editing your formula, it should be something like:
    =INDEX(Sheet2!$A$1:$A$100,MATCH(1,INDEX((Sheet2!$B$1:$B$100=$C17)*ISNA(MATCH(Sheet2!$A$1:$A$100,$B$16:$B16,0)),0),0))

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  5. #5
    Registered User
    Join Date
    03-02-2013
    Location
    America
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: Duplicate Names When Picking Out Highest Scorer

    Thank you for both the welcome and the solution! That worked like a charm!

+ 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