+ Reply to Thread
Results 1 to 5 of 5

Index Match based on three criteria (2 rows one column)

  1. #1
    Registered User
    Join Date
    06-29-2017
    Location
    USA
    MS-Off Ver
    Office 2016
    Posts
    76

    Index Match based on three criteria (2 rows one column)

    Hi,

    I have this sample data (attached)

    I want to pull 364 based on the critera Data 2, b, and week 2.

    I can pull 2 of the criteria using index(match,match), but I can't figure out how to do all 3. I tried index(match,match(a&b,a:a&b:b) but that didn't work either.

    There shouldn't be any repeats/multiple numbers coming up using the lookup, so I'm not worried about that.

    Any advice?

    Thanks so much!
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,732

    Re: Index Match based on three criteria (2 rows one column)

    There is no file attached. Follow the instructions given in the yellow banner at the top of the screen.

    Pete

    EDIT: Ah, I see you have added it now.

    Pete

  3. #3
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    Massachusetts
    MS-Off Ver
    365(PC) V:2308
    Posts
    1,472

    Re: Index Match based on three criteria (2 rows one column)

    try this array formula. When inputting formula make sure to use CTRL+SHIFT+ENTER. If done so correctly then { } will be added around your formula.

    =INDEX($C$10:$J$21,MATCH($B$11&$C$11,$B$10:$B$21&$C$10:$C$21,0),MATCH(2,C3:$J$3,0))


    change references as necessary.
    <----- If you are happy with your solution please click on the "* Add Reputation" as a way to say thank you.

  4. #4
    Forum Expert
    Join Date
    09-25-2015
    Location
    Milan Italy
    MS-Off Ver
    office 365
    Posts
    1,783

    Re: Index Match based on three criteria (2 rows one column)

    L11=sumifs(index($e$10:$i$20,,match(f3,$e$3:$i$3,0)),b10:b20,b11,c10:c20,c11)

  5. #5
    Registered User
    Join Date
    06-29-2017
    Location
    USA
    MS-Off Ver
    Office 2016
    Posts
    76

    Re: Index Match based on three criteria (2 rows one column)

    Perfect, thank you everyone so much!!

+ 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. Replies: 1
    Last Post: 03-01-2020, 10:36 PM
  2. Replies: 8
    Last Post: 09-02-2019, 04:12 PM
  3. [SOLVED] complex if with index & match formula based on criteria in a column to extract data
    By JEAN1972 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-14-2018, 01:06 PM
  4. VBA Code for Index/Match/Match to input into excel based on 2 criteria inside form
    By Carl Fisher in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-22-2017, 12:11 PM
  5. Replies: 11
    Last Post: 02-01-2016, 04:58 PM
  6. Replies: 9
    Last Post: 08-29-2014, 09:42 PM
  7. [SOLVED] Array index with 3 way match criteria of 2 rows and 1 column cant get to work!
    By volchik696 in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 01-20-2014, 06:18 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