+ Reply to Thread
Results 1 to 4 of 4

Help with INDEX & MATCH using several criteria

  1. #1
    Registered User
    Join Date
    10-05-2012
    Location
    Gainsborough, England
    MS-Off Ver
    Office 2016 & Office 365
    Posts
    87

    Help with INDEX & MATCH using several criteria

    Hi Guys

    I am trying to use INDEX & MATCH to retrieve a result using 3 criteria, I have attached an example workbook which hopefully explains in more detail.
    My 3 criteria are Date, Supervisor and System, the result i am after is the Operators name.

    Kind Regards

    John
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Help with INDEX & MATCH using several criteria

    Please try

    H3

    =IFERROR(INDEX($D$3:$D$999,MATCH(1,INDEX(($A$3:$A$999=$G3)*($B$3:$B$999=$G$1)*($C$3:$C$999=H$2),),)),"")

    N3

    =IFERROR(INDEX($D$3:$D$999,MATCH(1,INDEX(($A$3:$A$999=$G3)*($B$3:$B$999=$M$1)*($C$3:$C$999=N$2),),)),"")

    ์Need to change G1, M1 when copy to next Supervisor


    or H3 can copy to all

    =IFERROR(INDEX($D$3:$D$999,MATCH(1,INDEX(($A$3:$A$999=$G3)*($B$3:$B$999=LOOKUP(2,1/($G$1:G$1<>$H$1)/($G$1:G$1<>""),$G$1:G$1))*($C$3:$C$999=H$2),),)),"")
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    10-05-2012
    Location
    Gainsborough, England
    MS-Off Ver
    Office 2016 & Office 365
    Posts
    87

    Re: Help with INDEX & MATCH using several criteria

    Thank you Bo working great

  4. #4
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,577

    Re: Help with INDEX & MATCH using several criteria

    Non ARRAY formula in H3 then copied to other ranges.
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

+ 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] Combining INDEX/MATCH with several criteria and INDEX/SMALL
    By Dresas in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 05-15-2018, 11:02 AM
  2. 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
  3. VBA Code for Index/Match/Match to input into excel based on 2 criteria inside form
    By Carl Fisher in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-22-2017, 12:11 PM
  4. [SOLVED] Index and Two Match Criteria- meeting both criteria (need help to repair formula)
    By OilAndGasMan1984 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-27-2017, 10:56 PM
  5. [SOLVED] Combining 3 Formulas: Return all Names that Match Criteria Using Index/Match
    By bchilme in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 09-29-2014, 09:28 AM
  6. Replies: 2
    Last Post: 09-27-2014, 04:34 PM
  7. Replies: 6
    Last Post: 04-30-2014, 02:42 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