+ Reply to Thread
Results 1 to 4 of 4

Index and Match with multiple criteria

Hybrid View

  1. #1
    Registered User
    Join Date
    12-24-2014
    Location
    Arkansas
    MS-Off Ver
    Excel 2010
    Posts
    4

    Index and Match with multiple criteria

    Hello, I need help figuring out how to index and match the values in the table at the bottom of the spreadsheet with column a and column b with row 2 and return the value at the intersection into the green shaded cells. I've tried everythign I know. Thanks,
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    09-11-2014
    Location
    Washington, DC
    MS-Off Ver
    2016
    Posts
    1,907

    Re: Index and Match with multiple criteria

    Will this formula work? Enter into cell G29 as an array with CTRL+SHIFT+ENTER and drag down.

    G29:  =IFERROR(INDEX($F$3:$AB$26,MATCH($A29&$B29,$A$3:$A$25&$B$3:$B$25,0),MATCH($C29,$F$2:$AB$2,0)),"")
    Hope this helps!
    Spread the love, add to the Rep

    "None of us are as smart as all of us."

  3. #3
    Registered User
    Join Date
    12-24-2014
    Location
    Arkansas
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Index and Match with multiple criteria

    This worked perfectly. You are awsome. Thanks

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Index and Match with multiple criteria

    Try this

    =SUMPRODUCT(($A$3:$A$26=$A29)*($B$3:$B$26=$B29)*($F$2:$AB$2=$C29)*($F$3:$AB$26))
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

+ 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: 2
    Last Post: 09-27-2014, 04:34 PM
  2. [SOLVED] Index Match using multiple criteria to match to
    By sacastiglia in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 07-25-2014, 03:46 PM
  3. [SOLVED] Using Index match with multiple criteria
    By divi123 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-04-2014, 08:50 AM
  4. Multiple criteria on an Index match
    By jkay2089 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-02-2012, 08:39 AM
  5. Multiple criteria on an Index match
    By jkay2089 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-24-2012, 10:49 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