+ Reply to Thread
Results 1 to 2 of 2

How to check if keyword is in cell

Hybrid View

  1. #1
    Registered User
    Join Date
    11-25-2010
    Location
    Australia
    MS-Off Ver
    Excel 2007
    Posts
    82

    How to check if keyword is in cell

    Hi Guys,

    I'm looking for a formula which can tell me if a keyword/text is contained in another cell.

    For example:

    screenshot.3879.jpg

    I want to check if the keywords in column B is contained in column E (Title Tag)

    Example in column C the keyword: pool house is contained in the title tag in column E, if this in column F it will be true (yes)

    Cheers,

  2. #2
    Valued Forum Contributor
    Join Date
    12-02-2012
    Location
    Melbourne, VIC
    MS-Off Ver
    Excel 2016
    Posts
    750

    Re: How to check if keyword is in cell

    try the following formula:
    Formula: copy to clipboard
    =IF(ISNUMBER(SEARCH(B2,E2)),"Yes","No")

    if you need this to be case-sensitive, replace SEARCH with FIND

+ 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. Search cells C1:C3000 for keyword and if exists place a keyword in A1:A3000
    By GregQuick in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-24-2015, 07:38 PM
  2. Replies: 6
    Last Post: 03-18-2014, 11:16 AM
  3. Filter List by Keyword & copy the result in column by keyword as header
    By kitunga in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-21-2013, 07:16 AM
  4. [SOLVED] Need to chck if a keyword is present in a text string and return keyword if yes
    By Jekaterina in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-16-2012, 05:55 PM
  5. Replies: 3
    Last Post: 09-28-2012, 11:12 AM
  6. Replies: 2
    Last Post: 07-13-2012, 04:02 AM
  7. Replies: 1
    Last Post: 12-27-2010, 08:53 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