I have a data table in Excel and I need to set a date filter in a column. I only need entries until 2 days before “today”. If the query is made on 21 Apr 2021 I only need records until 19 Apr 2021.
In the meantime the customer asked me to add other filters. I was able to define 2 word filters for a single column but how can I filter for three values/words in one column?
The Advanced Filter is limited to two conditions, same as in Excel, but you might be able to do it in two steps:
You can use Filter Data Table activity instead, which does the filtering “in memory”, not using Excel filters. Please make sure the source range is a Table for the column name to be picked up correctly.