+ Reply to Thread
Results 1 to 5 of 5

Index Match Multiple Criteria not working

  1. #1
    Registered User
    Join Date
    06-28-2013
    Location
    San Jose, CA
    MS-Off Ver
    Excel 2010
    Posts
    15

    Index Match Multiple Criteria not working

    Hello Excel Community,
    I have been fiddling with my Index & Match formula and it is not returning the right result. I am more than likely missing something very obvious and I am just not seeing the error. I want the formula to return a 1 if true and text when not; I have also included an iferror statement if there is no criteria matching the scenario. In am looking up if a header in sheet 2 and a product number can be found in sheet 1 in columns a and b then return a 1. Hopefully the attached sheet will make more sense.

    Thank you all for your time.
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    09-15-2011
    Location
    Chennai, India
    MS-Off Ver
    Excel 2010
    Posts
    436

    Re: Index Match Multiple Criteria not working

    Please try this file.
    Attached Files Attached Files
    Last edited by ramananhrm; 08-21-2013 at 02:37 AM.
    Please click 'Add reputation', if my answer helped you.

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Index Match Multiple Criteria not working

    Try this instead of index/match...

    =if(COUNTIFS(Sheet1!$A$2:$A$15,Sheet2!C$1,Sheet1!$B$2:$B$15,Sheet2!$B2)=0,"",COUNTIFS(Sheet1!$A$2:$A$15,Sheet2!C$1,Sheet1!$B$2:$B$15,Sheet2!$B2)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Registered User
    Join Date
    06-28-2013
    Location
    San Jose, CA
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: Index Match Multiple Criteria not working

    Thank you Ramanan and FDibbins both of these work perfectly

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Index Match Multiple Criteria not working

    Happy to help and thanks for the feedback

+ 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. match or index multiple criteria
    By simpson in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-16-2013, 02:13 PM
  2. [SOLVED] INDEX/MATCH not working for multiple criteria
    By lukesanborn in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-27-2012, 09:20 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 MAX with multiple criteria
    By smproud in forum Excel General
    Replies: 2
    Last Post: 05-12-2011, 12:00 PM
  5. Index/Match Multiple Criteria
    By EstherJ in forum Excel General
    Replies: 2
    Last Post: 03-31-2006, 08:00 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