Forum Discussion

Brownie's avatar
Brownie
Copper Contributor
Mar 27, 2019

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

  • 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.

     

Resources