Hello everyone
As the title states I am trying to create a new column that "Flags" key words found in a dataset. My datasets are broken out as follows:
- "Properties" File: A "Description" column contains property descriptions for thousands of properties
- "Key Words" File: A "Key Words" column contains a list of about 12 key words
For example, if one of the key words I want to flag is "New Build", I would want to create a new column in my dataset that just says "New Build" for properties that have this key word in the description column. I am using a "CONTAINS" function, but have had to manually type in each keyword. Any idea on how I could expedite this so the CONTAINS function just pulls key words from my "Key Words" file?
Any help would be appreciated!