Hello!
I am trying to match the occurrence of a particular word in a list of items. For example: In the attached spreadsheet, there are tabs - Product List (contains the product name and its ingredients), Search Words (each of these words should be checked in the ingredients list of each product), Results (results for each match should output as 1 or 0. Whole words should be matched).
If I use "contains" formula, it returns as "CORN" being present in "PEPPERCORN" which is not true as the whole word match is not done. Tried Regex_match, no luck.
Find and Replace tool does not output a row for each and every match word. Is there any other solutions? My output should be exactly what is in the Results tab.
Attaching the spreadsheet and the alteryx workflow.
Thanks in advance!