Hi, I have searched the forum and this thread is close to what I am looking for but not exactly the same.
I am using the FILTER formula (O365) to filter a large, imported table into a new reduced table. What I need is an exclusion list where I can enter partial company names, for example “costco” rather than “Costco Wholesale Corporation”, that will be excluded from the new filtered list.
The following formula in E2 works, but only if the full name is entered into the exclusion list.
=FILTER(A2:A11,ISNA(XMATCH(A2:A11,C2:C4)))
I need the XMATCH, or another formula, to do a wildcard search that excludes rows where any text from the exclusion list is found. I’d rather not replace the main FILTER formula with something else as the actual formula includes multiple include criteria’s applied to different columns which works great. The example above is very simplified.
Thanks
I am using the FILTER formula (O365) to filter a large, imported table into a new reduced table. What I need is an exclusion list where I can enter partial company names, for example “costco” rather than “Costco Wholesale Corporation”, that will be excluded from the new filtered list.
The following formula in E2 works, but only if the full name is entered into the exclusion list.
=FILTER(A2:A11,ISNA(XMATCH(A2:A11,C2:C4)))
I need the XMATCH, or another formula, to do a wildcard search that excludes rows where any text from the exclusion list is found. I’d rather not replace the main FILTER formula with something else as the actual formula includes multiple include criteria’s applied to different columns which works great. The example above is very simplified.
Thanks