Hi All,
I am using a formula tool that has various topics that I'd like to tag (example below)
Column 1
(if contains (if Contains([VERBATIM],"limit")
or Contains([VERBATIM],"discover")
or Contains([VERBATIM], "interest") then 1 else 0 endif
The problem is, the output is giving me 1's for words like "discovered" and "limited" but I only need the exact words.
I also tried the find and replace tool, but that doesnt work for me either as it only seems to pick up the first word in the cell, and not the exhaustive list of keywords in "column 1"
Any suggestions would be greatly appreciated!