+ Reply to Thread
Results 1 to 3 of 3

How Can I: Search a Collumn in Other Document for Partial Text?

  1. #1
    Registered User
    Join Date
    05-23-2013
    Location
    Brampton, ON
    MS-Off Ver
    Excel 2016
    Posts
    135

    Question How Can I: Search a Collumn in Other Document for Partial Text?

    In my sheet I need to know if the contents of AF13 are present in column R of a different document.

    The challenge for me is that the cells in column R are of mixed content, so the search must not require an exact match.

    This is the formula that works in exact match conditions:
    =IF(ISERROR(MATCH(AF13,'[document.xlsm]sheet'!$R:$R,0)),"No","Yes")

    Can anyone help out with this, please?

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: How Can I: Search a Collumn in Other Document for Partial Text?

    If the value in AF13 is the base that you want to look for (for example, if R:R might contain "new system", "new computer", "another new system", etc. , and AF13 contains "new") then

    =IF(ISERROR(MATCH("*"&AF13&"*",'[document.xlsm]sheet'!$R:$R,0)),"No","Yes")
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    05-23-2013
    Location
    Brampton, ON
    MS-Off Ver
    Excel 2016
    Posts
    135

    Re: How Can I: Search a Collumn in Other Document for Partial Text?

    OMG SO SIMPLE! Thanks, that's the ticket!

+ 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] VLOOKUP HELP! Search for partial text
    By sls1915 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-24-2015, 03:48 PM
  2. [SOLVED] sumif with partial text search
    By etsikhlakis in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-15-2014, 03:48 AM
  3. Partial text search
    By dawsexcel in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 07-23-2014, 12:50 PM
  4. Replies: 3
    Last Post: 07-19-2012, 02:52 AM
  5. Search for Partial Text
    By grkchakri in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-18-2012, 06:47 AM
  6. Replies: 4
    Last Post: 04-14-2011, 06:56 AM
  7. Replies: 3
    Last Post: 06-09-2009, 07:23 AM

Tags for this Thread

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