+ Reply to Thread
Results 1 to 4 of 4

Index/Match with Conditions and Duplicates

Hybrid View

  1. #1
    Registered User
    Join Date
    11-07-2012
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    2

    Index/Match with Conditions and Duplicates

    Hello All,

    I am trying to create a sheet that shows the top team members for each team based on their score.

    So everything works fine when there are no duplicate scores. I saw some solutions on this forum with regards to duplicate values, but none worked when I need to apply conditions to return values based on team.

    The formulas I used in the attached file are:

    To return team A's Top MemberINDEX($B:$B,MATCH(LARGE(IF($A:$A="A",$C:$C,""),1),$C:$C,0))

    To return team A's Top Member's scoreIFERROR(LARGE(IF($A:$A="A",$C:$C,""),1)

    Where Column A is team, Column B is Name, Column C is Score. there maybe duplicates in all columns

    Any help is much appreciated!

    thanks
    dd
    Attached Files Attached Files

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Index/Match with Conditions and Duplicates

    One way to do this, is creating uniques numbers...

    See the example
    Attached Files Attached Files
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Registered User
    Join Date
    11-07-2012
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Index/Match with Conditions and Duplicates

    thank you Fotis that worked prefectly.

    just our of curiosity is it possible to imbed that into a formula so i do not need to create an extra helper column?

    thanks again!
    dd

  4. #4
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Index/Match with Conditions and Duplicates

    Maybe...using complicate array formulas...but why to do this? The helper_hidden column helps us to use easy formulas to get our result.

+ 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