+ Reply to Thread
Results 1 to 4 of 4

INDEX Match Duplicate names displayed problem.

  1. #1
    Registered User
    Join Date
    01-21-2014
    Location
    Washington State, USA
    MS-Off Ver
    Excel 2007
    Posts
    4

    INDEX Match Duplicate names displayed problem.

    Hello,

    I currently have an excell sheet that matches the amount of sales individuals get and i have them ranked by which person has the most sales. However, when somebody has the same amount of sales, the value shows in the ranked column but only the first person listed shows up and duplicates. my current formula is =INDEX($A$36:$A$883,MATCH(G6,$R$36:$R$883,0)). attached is an an example of what i am trying to do, and will be a much easier for one to see then for me to explain. Thank you for any help!

    -Andrew

    guild.xlsx

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

    Re: INDEX Match Duplicate names displayed problem.

    welcome to the forum, Andrew. the formula is made much more complicated because merged cells cannot have array formulas. try to avoid merged cells in excel. you can combine C6:F6 by unmerging, format cells (while C6:F6 still selected) -> Alignment -> Horizontal -> Center Across Selection.

    then you can use:
    =INDEX($A$36:$A$883,SMALL(IF($R$36:$R$883=G6,ROW($R$36:$R$883)),COUNTIF(G$6:G6,G6))-ROW($R$36)+1)
    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer. Press F2 on that cell and try again.

    if you insist on not changing, this regular formula would work too. more complicated & calculates at a slower speed though:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    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

  3. #3
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,649

    Re: INDEX Match Duplicate names displayed problem.

    Another way to achieve this is using the following Array Formula which needs to be confirmed with Ctrl+Shift+Enter
    Please Login or Register  to view this content.
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  4. #4
    Registered User
    Join Date
    01-21-2014
    Location
    Washington State, USA
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: INDEX Match Duplicate names displayed problem.

    the original formula is all i can use because i have merged cells. that formula worked well, however, it will only rank people in that specific column, when i use the formula in the next 15 ranked to the column to the right it starts over. i attached an example of what i am talking about. Any ideas?
    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. Match / Index duplicate value problem
    By muppetthumper in forum Excel General
    Replies: 13
    Last Post: 11-22-2020, 03:53 PM
  2. Index and Match has duplicate results
    By Jonathan Beale in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-17-2014, 12:46 AM
  3. [SOLVED] Help with Index/Match/Large problem with duplicate values
    By enphynity in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-31-2013, 09:56 AM
  4. Index, Match, Large Function returning duplicate names
    By RNeel55 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-08-2013, 04:09 PM
  5. Index Match IF Duplicate
    By england79m in forum Excel General
    Replies: 4
    Last Post: 03-29-2008, 10:46 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