+ Reply to Thread
Results 1 to 5 of 5

How to use Index and Match with multiple criteria?

  1. #1
    Registered User
    Join Date
    10-26-2013
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2016
    Posts
    56

    How to use Index and Match with multiple criteria?

    Hello! I have searched online and followed some tutorials for these functions, I can see how they work but I just can't adapt it to my spreadsheet.

    I have data on two sheets, I need the first sheet to read the second sheets data and bring just one match onto the first sheet. Please check my attached file to see how it's set up.

    On sheet 2 I keep a list of every driver in a race and the time they posted, on the first sheet I keep a summary by each race. I have given each race an ID number to separate them. But then I need to search by position and return the driver in first position.

    So Sheet1 A2, needs to search Sheet2 for the same ID, then find position 1 in column D, then return the driver name in column E.

    I am really confused on this. Currently I'm using VLOOKUP which works, however I need to filter data around in Sheet2 a lot so I don't feel comfortable with a dynamic formula that just brings back the first result it finds. I would like to implement something definite that always looks for position 1.

    Thank you in advance for any help!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    11-28-2012
    Location
    Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    2,394

    Re: How to use Index and Match with multiple criteria?

    I created a key which bundles all criteria together and then use the match/index combo
    Attached Files Attached Files

  3. #3
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,370

    Re: How to use Index and Match with multiple criteria?

    Maybe like this? Array FOrmula

    =INDEX(Drivers!$E$2:$E$11,MATCH(1,(A2=Drivers!$A$2:$A$11)*(B2=Drivers!$B$2:$B$6)*(C2=Drivers!$C$2:$C$6),0))

    Azumi

  4. #4
    Forum Contributor
    Join Date
    11-10-2012
    Location
    istanbul
    MS-Off Ver
    Excel 2013
    Posts
    297

    Re: How to use Index and Match with multiple criteria?

    See attached file.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    10-26-2013
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2016
    Posts
    56

    Re: How to use Index and Match with multiple criteria?

    Thank you all for your responses.I didn't want to add any more data because my actual sheet is 20,000 rows plus, so adding keys will be sloppy. But thank you.

    The other two were a bit baffling at first, but I eventually realised I had to extend all the ranges not just column E! Thank you so much, I ended up confusing myself with the tutorials I had read.

+ 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. Multiple criteria on an Index match
    By jkay2089 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-24-2012, 10:53 AM
  2. Index and match with multiple criteria
    By felixpanganiban in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-04-2012, 01:06 PM
  3. Index & Match with Multiple criteria
    By connollet in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-03-2012, 03:07 PM
  4. Index match with multiple criteria
    By Kristina1976 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-11-2010, 12:16 PM
  5. Multiple Criteria INDEX MATCH MAX
    By sweep in forum Excel General
    Replies: 4
    Last Post: 04-25-2007, 08:08 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