+ Reply to Thread
Results 1 to 5 of 5

XLOOKUP to return cell based on multiple criteria in single column

  1. #1
    Registered User
    Join Date
    10-24-2020
    Location
    Cincinnati, Ohio
    MS-Off Ver
    Office 365
    Posts
    13

    XLOOKUP to return cell based on multiple criteria in single column

    I feel like I am right on the cusp of getting this done, but I am missing something. I can do an Index/Match formula that find x in Column A, y in Row 1, and then return the intersecting cell. My issue is, I have multiple criteria that needs met in Column A. So it needs to match criteria x in Colum A, criteria xx in Column A, then y in Row 1. Criteria x is a category, criteria xx is a subcategory that repeats itself in multiple x categories. Please see the basic attachment here.

    Example of what I want is in the "solutions" tab. I'd like a formula that just references the Column A criteria x, Column A criteria xx, then Row 1 criteria y.
    Attached Files Attached Files
    Last edited by mikehay08; 05-21-2021 at 04:16 PM.

  2. #2
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,105

    Re: XLOOKUP to return cell based on multiple criteria in single column

    Hello,
    Please see 'Output' tab

    use this in B3 and across:
    =INDEX(CHOOSE(RIGHT($A3,1),Input!$B$3:$D$6,Input!$B$9:$D$12,Input!$B$15:$D$18),MATCH(INDEX($A$1:$A2,MATCH(2,1/($A$1:$A2=""))+1),CHOOSE(RIGHT($A3,1),Input!$A$3:$A$6,Input!$A$9:$A$12,Input!$A$15:$A$18),0),MATCH(B$1,$B$1:$D$1,0))
    Attached Files Attached Files

  3. #3
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,831

    Re: XLOOKUP to return cell based on multiple criteria in single column

    Isn't this a duplicate post of this?

  4. #4
    Registered User
    Join Date
    10-24-2020
    Location
    Cincinnati, Ohio
    MS-Off Ver
    Office 365
    Posts
    13

    Re: XLOOKUP to return cell based on multiple criteria in single column

    @gregb11 Yes it is. When I initially posted, nothing showed up for about 15 minutes. So I created a new post, creating the duplicate. Trying to figure out how to delete so I am not taking up more space than necessary

  5. #5
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,105

    Re: XLOOKUP to return cell based on multiple criteria in single column

    so at least mark this as resolved.

+ 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] Filter multiple sheets based on 3 criteria and return results into single cell
    By matt2877 in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 01-02-2021, 12:07 AM
  2. [SOLVED] Lookup - find multiple occurrences in column of single criteria; return value from other c
    By carlito2002wgn in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-12-2020, 10:13 AM
  3. Replies: 2
    Last Post: 08-13-2018, 09:43 PM
  4. [SOLVED] Return single value by searching multiple criteria in multiple column
    By Ramesh h&m in forum Excel Formulas & Functions
    Replies: 21
    Last Post: 07-01-2017, 07:02 AM
  5. return single value based on multiple criteria
    By ezzy2012 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-13-2014, 03:27 PM
  6. [SOLVED] How to return multiple values to a single cell based on multiple criteria
    By lwallace in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-20-2014, 06:32 AM
  7. Return Single Value Based on Multiple Criteria
    By grebgineok in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-15-2010, 01:36 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