+ Reply to Thread
Results 1 to 3 of 3

Match to 3 criteria the return results

  1. #1
    Forum Contributor
    Join Date
    11-13-2013
    Location
    California
    MS-Off Ver
    Excel 365 Apps for enterprise
    Posts
    180

    Match to 3 criteria the return results

    Good Morning!

    I have a spreadsheet with two tabs. I would like a formula that matches to Last name, then to Last 3 SSN, then to Unit #. If there is a match to all three between the two tabs, I would like the email address from tab 2 to populate in the email column on tab 1. I'm pretty good when it's just one, multiple criteria confuses me!
    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: Match to 3 criteria the return results

    Please try

    =XLOOKUP(1,(Table13[Last Name]=C2)*(-Table13[Last 3 SSN]=-E2)*(-Table13[Unit]=-D2),Table13[Email],"")

    or
    =IFNA(INDEX(Table13[Email],MATCH(1,(Table13[Last Name]=C2)*(-Table13[Last 3 SSN]=-E2)*(-Table13[Unit]=-D2),)),"")
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    11-13-2013
    Location
    California
    MS-Off Ver
    Excel 365 Apps for enterprise
    Posts
    180

    Re: Match to 3 criteria the return results

    Seems to be working perfectly!! Thank you!!

+ 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] Array Formula: Match Multiple Criteria, Return Many Results
    By NorthBear in forum Excel General
    Replies: 4
    Last Post: 04-10-2020, 04:08 PM
  2. [SOLVED] Array Formula: Match Multiple Criteria, Return Many Results
    By NorthBear in forum Excel General
    Replies: 3
    Last Post: 03-18-2020, 02:01 PM
  3. Replies: 4
    Last Post: 02-17-2019, 05:43 PM
  4. [SOLVED] Lookup to match multiple criteria and return multiple results excluding duplicates.
    By kris3012 in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 01-13-2018, 11:06 AM
  5. return all results that match two criteria EXACT
    By Stoobydoo in forum Excel General
    Replies: 6
    Last Post: 04-07-2017, 03:26 PM
  6. Index and match formula, attempting to return results with multiple criteria.
    By mahalek1976 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-02-2017, 12:43 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