+ Reply to Thread
Results 1 to 6 of 6

Need help with Multiple Criteria Search in Index Match or Vlookup

  1. #1
    Registered User
    Join Date
    11-28-2010
    Location
    India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    81

    Need help with Multiple Criteria Search in Index Match or Vlookup

    Hello All,

    I am always thankful of the forum for always being a problem solver whenever I stuck.
    I need a quick help on a formula of Index+Match / VLookup with multiple criteria (rows or column side).
    Please help me on this I have attached the file mentioning what criteria we need to look and find the result (yellow highlighted) in the array list.

    Thanks in advance to the problem solver.


    Regards
    Santosh
    Attached Files Attached Files

  2. #2
    Forum Guru HansDouwe's Avatar
    Join Date
    06-21-2022
    Location
    Nederland
    MS-Off Ver
    365 V2403 (Build 17330.20000)
    Posts
    6,465

    Re: Need help with Multiple Criteria Search in Index Match or Vlookup

    Please try in L9 and copy to O9 and R9:

    =INDEX($D$4:$D$99,MATCH(L4&L5&L6,$A$4:$A$99&$B$4:$B$99&$C$4:$C$99,0),MATCH(K7,$D$2:$I$2,0))
    Attached Files Attached Files

  3. #3
    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,369

    Re: Need help with Multiple Criteria Search in Index Match or Vlookup

    Try

    =SUMPRODUCT(($A$4:$A$40=L$4)*($B$4:$B$40=L$5)*($C$4:$C$40=L$6)*($D$2:$I$2=K$7)*($D$4:$I$40))

    amd remove #DIV0 errors in column G
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  4. #4
    Registered User
    Join Date
    11-28-2010
    Location
    India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    81

    Re: Need help with Multiple Criteria Search in Index Match or Vlookup

    Thanks Sir, but I could not get your this point "amd remove #DIV0 errors in column G" as I am facing the same error.

  5. #5
    Registered User
    Join Date
    11-28-2010
    Location
    India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    81

    Re: Need help with Multiple Criteria Search in Index Match or Vlookup

    Quote Originally Posted by HansDouwe View Post
    Please try in L9 and copy to O9 and R9:

    =INDEX($D$4:$D$99,MATCH(L4&L5&L6,$A$4:$A$99&$B$4:$B$99&$C$4:$C$99,0),MATCH(K7,$D$2:$I$2,0))
    Thank you so much Sir for solving I wish I could learn more from you and make my logic more clear like you.

  6. #6
    Forum Guru HansDouwe's Avatar
    Join Date
    06-21-2022
    Location
    Nederland
    MS-Off Ver
    365 V2403 (Build 17330.20000)
    Posts
    6,465

    Re: Need help with Multiple Criteria Search in Index Match or Vlookup

    You are welcome. Thank you for the feedback, rep and nice words .
    Glad to have helped.

+ 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. 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
  2. Using Index/Match to search multiple criteria
    By [J]ames in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-02-2019, 04:27 PM
  3. Replies: 0
    Last Post: 09-08-2017, 09:31 AM
  4. Replies: 17
    Last Post: 10-21-2016, 02:10 PM
  5. Ignore Blanks for INDEX/MATCH with multiple criteria search
    By Stephen23 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-15-2015, 09:14 AM
  6. Replies: 2
    Last Post: 06-29-2013, 11:58 PM
  7. vlookup? match? index? MULTIPLE criteria for vlookup search problem....
    By aborg88 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 02-11-2013, 09:56 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