R
Rileydog
Hello,
I have a list of keywords and I want to see if they exist in anothe
list of data. Specifically, I want to see if the keyword exists in an
of the fields in each row and return a TRUE/FALSE in a new column
eg.
Keyword-
Biotech
Project Title
Biotechnology in Canada
Global Warming in 2004
The first title would be TRUE and the second FALSE. All the function
I have found look for an exact match ((LIKE, EXACT) and cannot search
string of text for a particular word.
Is this possible?
Thank
I have a list of keywords and I want to see if they exist in anothe
list of data. Specifically, I want to see if the keyword exists in an
of the fields in each row and return a TRUE/FALSE in a new column
eg.
Keyword-
Biotech
Project Title
Biotechnology in Canada
Global Warming in 2004
The first title would be TRUE and the second FALSE. All the function
I have found look for an exact match ((LIKE, EXACT) and cannot search
string of text for a particular word.
Is this possible?
Thank