+ Reply to Thread
Results 1 to 4 of 4

Use a lookup/index-match with multiple criteria to find a value

  1. #1
    Registered User
    Join Date
    07-13-2005
    Posts
    15

    Use a lookup/index-match with multiple criteria to find a value

    Dear all,

    Can somebody help me please? I have the following table as an example.

    Criterium 1 High Low
    ----------- 2-----3
    Criterium 2 Yes No
    ----------- 5-----6
    Criterium 3 Left Right
    ----------- 7---- 8

    The data above is in one table with range A1:C6. I have used the dashes to indicate that the numbers are below the specifications (so if "High" is in cell B1, "2" is in cell B2. Also see file attached.

    Now how can I find the value for: "Criterium 2", "No", in the range A1:C6 (which should be 6)?

    Thanks and regards,

    Juriaan.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    07-13-2005
    Posts
    15

    Re: Use a lookup/index-match with multiple criteria to find a value

    Problem solved!


    Table in the range A1:C6

    Lookup criteria:

    F1 = Criterium 2
    G1 = No

    =INDEX(INDEX(B1:C6,MATCH(F1,A1:A6,0)+1,0),MATCH(G1,INDEX(B1:C6,MATCH(F1,A1:A6,0),0),0))

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Use a lookup/index-match with multiple criteria to find a value

    one approach:

    =SUMPRODUCT(($A$1:$A$5="Criterium 1")*($B$1:$C$5="Low"),$B$2:$C$6)

  4. #4
    Registered User
    Join Date
    07-13-2005
    Posts
    15

    Re: Use a lookup/index-match with multiple criteria to find a value

    Works fantastic. Thanks!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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