Forum Discussion
Brownie
Mar 27, 2019Copper Contributor
Excel 13 formatting
I have a master list of last names that I want to use as the criteria in advanced filters to find those exacts names in another bigger list. The problem is that some of my names in the master list are only 2 or 3 letters long so when I use them as part of my criteria list, it will give me every name that starts with those letters in the bigger list instead of just the 2 or 3 letter names. How can I format the names in my master list to find only the exact matches?
4 Replies
Sort By
Hi Brownie ,
For the filter list instead of text like "Joe" you shall use ="Joe" for exact match with Advanced filter. If your list for filter starts from B2, you may add helper column as
="="&B2
(drag it down) and use that helper list for filtering.
- JKPieterseSilver ContributorWhat does your advanced filter criteria range contain?