keyword search

D

Doman

I have a column with a keyword at each row. Now I want to check, row fo
row, if any of these keywords occurs in another column.

Ex:
KEYWORD
test
alpha

COLUMN A[/B] | COLUMN
Row tow bow | FALSE
Pest test best | TRUE
Alpha beta gamma | TRUE
xor or and | FALSE

Thanks in advance
 
F

fcastrofilippo

Try using the "FIND" function. It allows you to find text within a cel
with text.

If the text is not found it returns a #Value.

Then use the "ISERR" function to determine if you have a match.

You may need to use more than one column to get the result you want.

Hope this helps.

Fran
 
D

Doman

The problem is that FIND only uses one word of my keywords as
reference. I want i to go through all my keywords that are listed a
once without having to use a column per keyword
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top