+ Reply to Thread
Results 1 to 2 of 2

Index, Match, Large Function returning duplicate names

  1. #1
    Registered User
    Join Date
    02-08-2013
    Location
    Philadelphia, PA
    MS-Off Ver
    Excel 2013
    Posts
    12

    Index, Match, Large Function returning duplicate names

    I have a table with 4 columns. Last Name, First Name, Value, and Rank. The Rank column goes from 1 to 10. The Value column uses the Large function and the Rank number to return a value from another sheet. For example, the first row returns the 1st largest value, the second row returns the 2nd largest value, and so on. The First Name column uses the Index function, MATCH function, and the number in the adjacent Value column to display the First Name value associated with it on the other sheet. The problem is, if there are duplicate values in the column, the same name ( first one that appears in the other sheet ) is displayed. The spreadsheet is attached. Navigate to the "Statistics" sheet and the "Top 10 In PIKE Rating" table. Any help is appreciated!
    Attached Files Attached Files

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Index, Match, Large Function returning duplicate names

    Try this "array formula" in A6

    =INDEX('Attendance Points'!$C$5:$C$111,SMALL(IF('Attendance Points'!$N$5:$N$111=C6,ROW('Attendance Points'!$N$5:$N$111)-ROW('Attendance Points'!$N$5)+1),COUNTIF(C$6:C6,C6)))

    confirmed with CTRL+SHIFT+ENTER and copied down the column - that won't duplicate the names - repeat for other columns
    Audere est facere

+ 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