+ Reply to Thread
Results 1 to 7 of 7

Determine if a cell has a word in it from another list

  1. #1
    Registered User
    Join Date
    01-08-2015
    Location
    Leawood, Kansas
    MS-Off Ver
    2013
    Posts
    25

    Determine if a cell has a word in it from another list

    I have a list of descriptions in column A:

    ex:
    BYOSD
    SPP
    SNGL

    In column C I have another list:

    EX:
    BYOSD
    SNGL

    I am trying to figure out a formula in column B that will tell me if column A contains any of the words that are in column C.
    Attached Files Attached Files

  2. #2
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Determine if a cell has a word in it from another list

    One of the following:
    =LOOKUP(2^15,SEARCH($C$2:$C$3,A2),$C$2:$C$3)
    or
    =IF(ISNA(LOOKUP(2^15,SEARCH($C$2:$C$3,A2),$C$2:$C$3)),"Not found","Found")

  3. #3
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Determine if a cell has a word in it from another list

    Enter in B2 and copy down
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  4. #4
    Registered User
    Join Date
    01-08-2015
    Location
    Leawood, Kansas
    MS-Off Ver
    2013
    Posts
    25

    Re: Determine if a cell has a word in it from another list

    Take this a step further...my column A has additional verbiage in it.
    I have a list of descriptions in column A:

    ex:
    BYOSD xxx
    SPP xxx
    SNGL xxxl

    In column C I have another list:

    EX:
    BYOSD
    SNGL

    I am trying to figure out a formula in column B that will tell me if column A contains any of the words that are in column C.

  5. #5
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Determine if a cell has a word in it from another list

    Post #2, second formula will do that. Change Not found and found to No and Yes. Or do you want to return all words found?

  6. #6
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Determine if a cell has a word in it from another list

    You should always provide accurate requirements.
    Try this
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    v A B C
    1 Descrip List
    2 BYOSD xxx BYOSD BYOSD
    3 SPP xxxx SNGL SNGL
    4 SNGL xxxl NA

  7. #7
    Registered User
    Join Date
    01-08-2015
    Location
    Leawood, Kansas
    MS-Off Ver
    2013
    Posts
    25

    Re: Determine if a cell has a word in it from another list

    Thank you all so much for you help! I got it figured out. I really appreciate it

+ 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] MACRO: determine if cell contains text then paste one cell down (creating a list)
    By ThomasAnthony in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 04-21-2016, 01:57 PM
  2. Replies: 15
    Last Post: 05-28-2014, 05:57 AM
  3. Replies: 3
    Last Post: 04-18-2013, 06:38 AM
  4. Replies: 1
    Last Post: 04-26-2012, 06:42 AM
  5. Determine If A Cell Entry Is In A List And Return True
    By wulliemc in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-14-2009, 05:16 AM
  6. Determine cell value based on list from other sheet
    By TBAnashdk in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-28-2006, 01:50 PM
  7. List ? - How do I make information in one cell determine list to u
    By Brad_A in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-18-2005, 01:06 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