I would like to filter data based on a list of keywords that I maintain in excel where the list from excel is used to build the filter.
I've concat the keywords and added to each row of the data but cannot seem to get the filter to appropriately work to return all results that contain the keywords.
I would expect to filter and return Sale 1, Sale 2, Sale 3, Sale 5,
Solved! Go to Solution.
Hi, I am unable to download your attachment. It gives error 'No attachment or failed to download'
After the summarize, you have to remove the quotes.
Also, split items sold to individual items with a text to rows.
Thanks DavidP. Looks like it came out for identifying the records, but was wondering if there was a way to do it more like a "Contains" function so I can keep the full set words together within the "Items Sold" column. I'd eventually like to add a column to the original data that marks the Sale Record as "Produce".
You have to isolate the items to test for each individually, but if you add in a recordID right at the start, you can join the filtered result back to the original dataset.
@DavidP, thank you for your feedback. Appreciate it.