You can use the Does Not Contain feature of Advance Filter to filter out the rows that do not contain a specific text or multiple texts. In this tutorial, I will show you how to use Excel Advanced filter does not contain feature to hide the rows that do not contain specific text.
Download Practice Workbook
Download this practice book to exercise the task while you are reading this article.
2 Easy Ways to Use Does Not Contain Feature in Advanced Filter in Excel
Let’s assume a scenario where we have an Excel worksheet that has information about the computer accessories a shop sold to the customers. The Excel worksheet has the Product Name, Product Category, and the shipping Address to deliver the product. Now we will use the worksheet to show you how to use Excel Advanced Filters does not contain feature to hide the rows that do not contain specific text. The image below shows the worksheet after we have applied the Does Not Contain filter to it.
The specific syntax to use Does Not Contain filter is like below.
<>*Text That We Do Not Want To Contain*
Method 1: Filter Rows that Does Not Contain Single Specific Text in Excel
We can use the Does Not Contain feature in Advance Filter to filter out the rows that contain a single specific text. For example, we will filter out the rows that contain Hardware as Category. Let’s see how we can do that.
Step 1:
- First, we will write the words Category in cell F4 and <>*Hardware* in cell F5.
Step 2:
- Now, we will click on Advanced from the Sort and Filter under the Data.
- A new window titled Advanced Filter will appear.
- Now, we will insert $B$4:$D$20 in the List range input box.
- Then we will enter $F$4:$G$5 in the Criteria range input box.
- Finally, we will click on OK.
- Now, we will see that the Advanced Filter has filtered out the rows that contain Hardware as Category.
Read More: How to Use Advanced Filter If Criteria Range Contains Text in Excel
Similar Readings
- How to Use Advanced Filter to Exclude Blank Cells in Excel (3 Easy Tricks)
- VBA to Copy Data to Another Sheet with Advanced Filter in Excel
- Excel VBA: Advanced Filter with Multiple Criteria in a Range (5 Methods)
- How to Use Advanced Filter for Unique Records Only in Excel
- Excel Advanced Filter (5 Useful Applications)
Method 2: Filter Rows that Does Not Contain Multiple Texts in Excel
We can also use the Does Not Contain feature to filter out rows that do not contain multiple texts. For example, we will filter out the rows that contain Hardware as Category and New York as Address. We have to do the following.
Step 1:
- First, we will write the words Category in cell F4 and Address in cell G4.
- Then, we will write <>*Hardware* in cell F5 and <>*New York* in cell G5.
Step 2:
- Now, we will click on Advanced from the Sort and Filter under the Data.
- A new window titled Advanced Filter will appear.
- Now, we will insert $B$4:$D$20 in the List range input box.
- Then we will enter $F$4:$G$5 in the Criteria range input box.
- Finally, we will click on OK.
- Now, we will see that the Advanced Filter has filtered out the rows that contain Hardware as Category and New York as Address.
Read More: Apply Advanced Filter Based on Multiple Criteria in One Column in Excel
Quick Notes
🎯 You have to put <> in front of the text that you do not want the rows to contain.
🎯 You also have to insert asterisk (*) symbol before and after the text. Otherwise, the Does Not Contain filter will not work.
Conclusion
In this article, we have learned how to use Excel Advanced Filters does not contain feature. I hope from now on you can use Excel Advanced Filter does not contain feature very easily. However, if you have any queries or recommendations about this article, please do leave a comment below. Have a great day!!!
Related Articles
- Advanced Filter with Multiple Criteria in Excel (15 Suitable Examples)
- Dynamic Advanced Filter Excel (VBA & Macro)
- How to Use the Advanced Filter in VBA (A Step-by-Step Guideline)
- Excel Advanced Filter Not Working (2 Reasons & Solutions)
- How to Apply the Advanced Filter to Copy to Another Location in Excel
- Use Advanced Filter to Copy Data to Another Sheet in Excel
- Advanced Filter with Criteria Range in Excel (18 Applications)