brawnystaff
Board Regular
- Joined
- Aug 9, 2012
- Messages
- 109
- Office Version
- 365
Tried using the following column/formula to look for matches in multiple fields (columns) based on a list of keywords:
It does work, but only in cases where the entire cell matches the list of keywords. Looking for an alternative to show partial matches as well (e.g. "the" would find there, their, them, etc.). Any ideas? I known I can create a conditional column with various Text.Contains and elseif statements, but given number of columns and keywords that is time consuming to type up.
Thanks.
Power Query:
List.ContainsAny({[Column1],[Column2],[Column3]},Keywords)
It does work, but only in cases where the entire cell matches the list of keywords. Looking for an alternative to show partial matches as well (e.g. "the" would find there, their, them, etc.). Any ideas? I known I can create a conditional column with various Text.Contains and elseif statements, but given number of columns and keywords that is time consuming to type up.
Thanks.