+ Reply to Thread
Results 1 to 5 of 5

Partial Match (In a Range)

  1. #1
    Forum Contributor
    Join Date
    12-06-2021
    Location
    Fort Lauderdale, Florida. United States
    MS-Off Ver
    365
    Posts
    143

    Partial Match (In a Range)

    Hello!

    I am attaching a simple workbook with the following data:

    1. Range A3:A6 contains a word or name
    2. In Column D I have the actual data that contains a partial word match for that range.




    I need a formula for column E (a helper column) that will tell me whether column D contains a partial match to any of the names in a3:a6.

    I only know how to do this using the SEARCH function for when there is only 1 criteria. I get lost when there are multiple choices.

    Does anyone have any insight to share??

    Thank you!!
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,418

    Re: Partial Match (In a Range)

    Give this a go:

    =IF(IFERROR(LOOKUP(99999,SEARCH($A$3:$A$6,D3),$A$3:$A$6),"")="","Not Found","Found")
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Contributor
    Join Date
    12-06-2021
    Location
    Fort Lauderdale, Florida. United States
    MS-Off Ver
    365
    Posts
    143

    Re: Partial Match (In a Range)

    Thank you, Ali!!!

    I gave it a go, and IT WENT!

    Your solution was on the spot.

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

    Re: Partial Match (In a Range)

    Yet another possibility:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by HansDouwe; 09-06-2022 at 11:56 AM.

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

    Re: Partial Match (In a Range)

    In F3, then copy down.
    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. Match Range to All/Partial Cell
    By ataraxis in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-09-2022, 10:06 AM
  2. [SOLVED] SUMIF with partial date match in range column
    By rt2canoe in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 07-18-2019, 03:37 PM
  3. Finding partial match in a range
    By miucus in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-24-2019, 10:14 PM
  4. [SOLVED] Function based on Partial Match Range
    By wkleijn in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-26-2014, 05:16 PM
  5. [SOLVED] Partial String Match in COUTIF Criteria Range?
    By amazinglazers in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-21-2013, 09:58 AM
  6. Partial IP Address Range Match Between 2 Columns
    By RickT in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 02-06-2013, 11:40 AM
  7. if match partial text from a cell to a range copy row
    By Shansy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-21-2013, 02:35 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