Is there a way to use an Excel auto filter, whereby you set a predefined list of values to filter by, and it will return all the cells in a column that contain that phrase? For example imagine the data below (all in a single column).
A
1 NAMES
2 Brian
3 Brian, John
4 Brian, Mark
5 Mark, John
The filter would have three predefined values, Brian
, John
and Mark
, when you select either 1 or more options, it satisfies all selected filters? So in this example Brian
would return the first three cells, where as selecting Mark
and John
would return only the last.
I know this is possible to do once in a list of data using the Advanced Filter
, but I'm looking for a real-time way of doing this many times.