Hi,
I am trying to lookup certain words in column1 based on a control sheet excel input that lists my lookup values. A Find/Replace tool works great until I come across one criteria that is conditional. It reads if the text contains "parking" and "lot" then append a value in column2.
Column1
Baseball
Park
Basketball
Lot
Fence
City Lot for Parking
Parking Improvements
Lookup File
Column1 Column2
"Fence" Out
"Parking" and "Lot" Out
Desired Result
Column1 Column2
Baseball
Park
Basketball
Lot
Fence Out
City Lot for Parking Out
Parking Improvements
Any thoughts? It works great except for my conditional "and" issue. I currently have this criteria listed in a formula tool that adds a new column to tag based on the words in column1. I am trying to pull the criteria out of Alteryx so the end user does not have to go into to make updates to the criteria they are trying to tag.