+ Reply to Thread
Results 1 to 5 of 5

INDEX MATCH with multiple criteria over a range

  1. #1
    Registered User
    Join Date
    07-16-2019
    Location
    UK
    MS-Off Ver
    2016
    Posts
    3

    INDEX MATCH with multiple criteria over a range

    Hi everyone,

    I'm trying to use an INDEX match array formula to find data between 3 columns.

    This formula works fine:
    =INDEX(A9:I512,MATCH(1,(A9:A600=I2)*(B9:B600=I3),0),9)

    Which finds the first entry when the first two columns are true. However the third column is numbers and I want to find the row between two numbers (so changing the '0' in the match formula to 1 or -1).

    This formula just returns the same row every single time (regardless of what I search for):
    =INDEX(A9:I512,MATCH(1,(A9:A512=I2)*(B9:B512=I3)*(C9:C512=I4),1),9)

    Can anyone help?

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: INDEX MATCH with multiple criteria over a range

    Welcome to the forum,

    Please upload a workbook or a representative cut down copy, anonymised if necessary. It is always easier to advise if we can see your request in its context.

    Show a before and after situation with manually calculated results, explaining which information is data and which is results, and if it's not blindingly obvious how you have arrived at your results some explanatory notes as well.

    To upload a file click the Go Advanced button at the foot of your post, look underneath the post area for the Manage Attachments section and take it from there.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    07-16-2019
    Location
    UK
    MS-Off Ver
    2016
    Posts
    3

    Re: INDEX MATCH with multiple criteria over a range

    Hi, I've attaché this workbook.
    Attached Files Attached Files

  4. #4
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: INDEX MATCH with multiple criteria over a range

    I'd be inclined to use a helper column E with E2 copied down
    Formula: copy to clipboard
    Please Login or Register  to view this content.



    Then your formula is

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    07-16-2019
    Location
    UK
    MS-Off Ver
    2016
    Posts
    3

    Re: INDEX MATCH with multiple criteria over a range

    This has worked absloutely perfect. Thank you Richard.

    I assumed a helper column wouldn't work due to mixing a string with numbers but alas (and thankfully) I am wrong!

+ 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 with multiple criteria and date criteria
    By snolem75 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-28-2018, 03:51 PM
  2. Replies: 16
    Last Post: 01-05-2018, 11:04 PM
  3. [SOLVED] Index Match with multiple criteria including date range
    By Perk1961 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 07-11-2017, 08:23 PM
  4. Need help in Index, Match usage to match multiple criteria in sum function
    By Summer0830 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-26-2017, 02:47 AM
  5. Index/Match to Match entries on multiple criteria
    By manning457 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-06-2015, 02:32 PM
  6. [SOLVED] Index Match with Multiple Criteria Using Same Criteria Column
    By rominjn in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-05-2015, 11:34 AM
  7. Replies: 2
    Last Post: 09-27-2014, 04:34 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