+ Reply to Thread
Results 1 to 7 of 7

Index Match multiple criteria

  1. #1
    Registered User
    Join Date
    05-25-2015
    Location
    Vienna
    MS-Off Ver
    2007
    Posts
    1

    Index Match multiple criteria

    Hello
    I want to match a value with 2 citeria, can you please help me on the following issue. attached excel file shows me an error on the formula
    Thanks for the help in advanceConsumption trend_v2.xls

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: Index Match multiple criteria

    Your formula was an array formula. They're a little different from ordinary formulas in that they MUST be confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER.

    You will know the array is active when you see curly braces { } appear around the outside of your formula. If you do not CTRL+SHIFT+ENTER you will get an error message or an incorrect answer. Press F2 on that cell and try again.

    Don't type the curly braces yourself - it won't work...

    There was also an error with thre placing of the ,0 exact match. Fixed...
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Contributor jayajaya_4's Avatar
    Join Date
    05-09-2015
    Location
    India
    MS-Off Ver
    2007
    Posts
    259

    Re: Index Match multiple criteria

    what is the expectect result(ans)??

    Regards,
    Jaya

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: Index Match multiple criteria

    However, here's a better (faster) non-array version of the same. Jus set with ENTER.

    =INDEX($E$9:$E$24,MATCH(1,INDEX(($A$9:$A$24=I9)*($C$9:$C$24=J9),0),0))

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: Index Match multiple criteria

    However, here's a better (faster) non-array version of the same. Jus set with ENTER.

    =INDEX($E$9:$E$24,MATCH(1,INDEX(($A$9:$A$24=I9)*($C$9:$C$24=J9),0),0))

  6. #6
    Forum Contributor
    Join Date
    01-28-2014
    Location
    Turkey
    MS-Off Ver
    Excel 2013
    Posts
    159

    Re: Index Match multiple criteria

    Change your formula as the following

    For N9 cell

    Please Login or Register  to view this content.
    This in an array formula and so must be confirmed with CTRL+SHIFT+ENTER and not just ENTER than pull down

  7. #7
    Forum Contributor jayajaya_4's Avatar
    Join Date
    05-09-2015
    Location
    India
    MS-Off Ver
    2007
    Posts
    259

    Re: Index Match multiple criteria

    u can also use =SUMPRODUCT((A9=$I$9:$I$21)*(C9=$J$9:$J$21)*($E$9:$E$21))

+ 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. [SOLVED] Index Match Multiple Criteria
    By doylzer in forum Excel General
    Replies: 4
    Last Post: 11-10-2014, 10:57 AM
  2. Replies: 2
    Last Post: 09-27-2014, 04:34 PM
  3. [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
  4. VBA Index/Match multiple criteria
    By Sparkplug90 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-23-2014, 08:15 AM
  5. [SOLVED] How to use Index and Match with multiple criteria?
    By PistachioPedro in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-02-2013, 02:33 PM

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