+ Reply to Thread
Results 1 to 4 of 4

Index Match help for multiple criteria match in a range of cells

  1. #1
    Registered User
    Join Date
    08-07-2019
    Location
    Scotland
    MS-Off Ver
    2016
    Posts
    56

    Index Match help for multiple criteria match in a range of cells

    Hey All,

    Hoping someone can help i have attached a file to work on, what I am looking for is for on the 'Operator Check' Tab in cell C8 to return the next operator due on on that date on the next shift, with the changes due to Covid people do not know if someone is coming in after them and we want to be able to let them know if they should shut down machinery to save electricity etc.

    I am trying to do an index match with the following criteria.

    on the Operator Check Tab

    Match Date in cell C3 to column C:C in the Mainshop Schedule
    Match Work Center in C4 to row 1 in the Mainshop Schedule (or G1:AZ1)
    Match Next Shift in C6 to column D:D in the Mainshop Schedule

    So in the attached it should return 'Frank' as that is the match found in cell H12 on the Mainshop Schedule

    i have tried the following formula to no avail

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



    Any and all help much appreciated
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,178

    Re: Index Match help for multiple criteria match in a range of cells

    Try

    =INDEX('Mainshop Schedule'!G2:AZ70,MATCH(1,('Mainshop Schedule'!C2:C70=C3)*(C6='Mainshop Schedule'!D2:D70),0),MATCH(C4,'Mainshop Schedule'!G1:AZ1,0))

    Enter with Ctrl+Shift+Enter

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

    Re: Index Match help for multiple criteria match in a range of cells

    Operator Check

    C8=INDEX(INDEX('Mainshop Schedule'!B2:AZ70,,MATCH('Operator Check'!C4,'Mainshop Schedule'!B1:AZ1,0)),MATCH(1,('Mainshop Schedule'!C2:C70='Operator Check'!C3)*('Mainshop Schedule'!$D$2:$D$70='Operator Check'!C6),0))

    Control+Shift+Enter

  4. #4
    Registered User
    Join Date
    08-07-2019
    Location
    Scotland
    MS-Off Ver
    2016
    Posts
    56

    Re: Index Match help for multiple criteria match in a range of cells

    Hey Guys,

    Many thanks for this both formulas worked!!

+ 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 Including a Date Range
    By GeorgeB17 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-28-2021, 05:14 PM
  2. VBA function to match multiple criteria faster than vlookup or index match
    By bkav1991 in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 11-09-2020, 09:14 AM
  3. Replies: 1
    Last Post: 03-01-2020, 10:36 PM
  4. INDEX MATCH with multiple criteria over a range
    By greg1233 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-16-2019, 02:35 PM
  5. [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
  6. Value Match Index first Cells Only in multiple criteria
    By silambarasan.J in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 02-04-2015, 08:14 AM
  7. [SOLVED] Using Index/Match using criteria including range between two cells
    By fer907 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-10-2013, 04:07 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