+ Reply to Thread
Results 1 to 3 of 3

Finding a partial match within a list on another tab

Hybrid View

IN_FOR_SIN Finding a partial match... 01-21-2013, 10:19 AM
benishiryo Re: Finding a partial match... 01-21-2013, 10:24 AM
IN_FOR_SIN Re: Finding a partial match... 01-21-2013, 10:33 AM
  1. #1
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: Finding a partial match within a list on another tab

    hi there, welcome to the forum. assuming your List 2 is in Sheet2!A1:A5 & List 1 is in Sheet1, try this in Sheet1:
    =IF(COUNTIF(Sheet2!$A$1:$A$5,MID(A1,FIND(" ",A1)+1,255))>0,"Found","Not Found")

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  2. #2
    Registered User
    Join Date
    01-21-2013
    Location
    Birmingham, England
    MS-Off Ver
    Excel 2003
    Posts
    20

    Re: Finding a partial match within a list on another tab

    Brilliant, thanks for the quick reply

+ 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