+ Reply to Thread
Results 1 to 2 of 2

Keyword search, several keywords

  1. #1
    Registered User
    Join Date
    07-12-2006
    Posts
    12

    Keyword search, several keywords

    I have a column with a keyword at each row, there are several keywords. Now I want to check, row for row, if any of these keywords occurs in another column. I want this check to be done by using only one column for the calculations.

    Ex:
    Keywords
    test
    alpha
    house
    bike

    Column A | Column B
    Row tow bow | FALSE
    Pest test best | TRUE
    Alpha beta gamma | TRUE
    xor or and | FALSE

    Thanks in advance!

  2. #2
    Max
    Guest

    Re: Keyword search, several keywords

    One way ..

    Assuming keywords will be entered within F1:F10

    With source data running in A1 down,
    In B1, copied down:
    =SUMPRODUCT(ISNUMBER(SEARCH($F$1:$F$10,A1))*($F$1:$F$10<>""))>0
    would return the required results

    Replace SEARCH with FIND if you need it to be case sensitive.
    SEARCH is not case sensitive.
    --
    Max
    Singapore
    http://savefile.com/projects/236895
    xdemechanik
    ---
    "Doman" wrote:
    > I have a column with a keyword at each row, there are several keywords.
    > Now I want to check, row for row, if any of these keywords occurs in
    > another column. I want this check to be done by using only one column
    > for the calculations.
    >
    > Ex:
    > KEYWORDS
    > test
    > alpha
    > house
    > bike
    >
    > COLUMN A | COLUMN B
    > Row tow bow | FALSE
    > Pest test best | TRUE
    > Alpha beta gamma | TRUE
    > xor or and | FALSE
    >
    > Thanks in advance!
    >
    >
    > --
    > Doman
    > ------------------------------------------------------------------------
    > Doman's Profile: http://www.excelforum.com/member.php...o&userid=36271
    > View this thread: http://www.excelforum.com/showthread...hreadid=564185
    >
    >


+ 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