Hi, I have a column where I want to basically extract certain words from it without having to create multi helper columns.
If I do a nested IF(OR(contains) statement or an IF(and nested statements it will look for conditions in order but I want to evaluate and return any of the certain words.
I can do this with helper columns and concatenate but wondering if there is another solution to avoid this?
Many thanks