Excel Filter: How to add, use and remove (2023)

In this tutorial, you will learn how to filter data in Excel in different ways: how to create filters for text values, numbers and dates, how to use filter with search, and how to filter by color or by selected cell's value. You will also learn how to remove filters, and how to fix Excel AutoFilter not working.

If working with large data sets, it can be a challenge not only to calculate data, but also to find the relevant information. Luckily, Microsoft Excel makes it easy for you to narrow down the search with a simple yet powerful Filter tool. To learn more about filtering in Excel, please click on the links below.

What is filter in Excel?

Excel Filter, aka AutoFilter, is a quick way to display only the information relevant at a given time and remove all other data from view. You can filter rows in Excel worksheets by value, by format and by criteria. After applying a filter, you can copy, edit, chart or print only visible rows without rearranging the entire list.
Excel Filter: How to add, use and remove (1)

Excel Filter vs. Excel Sort

Apart from numerous filtering options, Excel AutoFilter provides the Sort options relevant to a given column:

  • For text values: Sort A to Z, Sort Z to A, and Sort by Color.
  • For numbers: Sort Smallest to Largest, Sort Largest to Smallest, and Sort by Color.
  • For dates: Sort Oldest to Newest, Sort Newest to Oldest, and Sort by Color.

Excel Filter: How to add, use and remove (2)

The difference between sorting and filtering in Excel is as follows:

  • When you sort data in Excel, the entire table is rearranged, for example alphabetically or from the lowest to the highest value. However, sorting does not hide any entries, it only puts the data into a new order.
  • When you filter data in Excel, only the entries you actually want to see are displayed, and all irrelevant items are temporarily removed from view.

How to add filter in Excel

For Excel AutoFilter to work correctly, your data set should include a header row with the column names like shown in the screenshot below:
Excel Filter: How to add, use and remove (3)

Once the column headings are in pace, select any cell within your dataset, and use one of the following methods to insert filter.

3 ways to add filter in Excel

  1. On the Data tab, in the Sort & Filter group, click the Filter button.
    Excel Filter: How to add, use and remove (4)
  2. On the Home tab, in the Editing group, click Sort & Filter > Filter.
    Excel Filter: How to add, use and remove (5)
  3. Use the Excel Filter shortcut to turn the filters on/off: Ctrl+Shift+L

Whatever method you use, the drop-down arrows will appear in each of the header cells:
Excel Filter: How to add, use and remove (6)

How to apply filter in Excel

A drop-down arrow Excel Filter: How to add, use and remove (7) in the column heading means that filtering is added, but not applied yet. When you hover over the arrow, a screen tip displays (Showing All).

To filter data in Excel, do the following:

  1. Click the drop-down arrow for the column you want to filter.
  2. Uncheck the Select All box to quickly deselect all data.
  3. Check the boxes next to the data you want to display, and click OK.

For example, this is how we can filter data in the Region column to view sales only for East and North:
Excel Filter: How to add, use and remove (8)

(Video) How to Create and Remove Filter in Excel

Done! The filter is applied to column A, temporarily hiding any regions other than East and North.

The drop-down arrow in the filtered column changes to the Filter button Excel Filter: How to add, use and remove (9), and hovering over that button displays a screen tip indicating which filters are applied:
Excel Filter: How to add, use and remove (10)

Tip. To quickly find the number of filtered / visible rows, just take a look at the Excel status bar.

Filter multiple columns

To apply Excel filter to multiple columns, just repeat the above steps for as many columns as you want.

For example, we can narrow down our results to only show Apples for the East and North regions. When you apply multiple filters in Excel, the filter button appears in each of the filtered columns:
Excel Filter: How to add, use and remove (11)

Tip. To make the Excel Filter window wider and/or longer, hover over the grip handle at the bottom, and as soon as the double-headed arrow appears, drag it down or to the right.
Excel Filter: How to add, use and remove (12)

Filter blank / non-blank cells

To filter data in Excel skipping blanks or non-blanks, do one of the following:

To filter out blanks, i.e. display non-blank cell, click the auto-filter arrow, make sure the (Select All) box is checked, and then clear (Blanks) at the bottom of the list. This will display only those rows that have any value in a given column.
Excel Filter: How to add, use and remove (13)

To filter out non-blanks, i.e. display only empty cells, clear (Select All), and then select (Blanks). This will display only the rows with an empty cell in a given column.

Notes:

  • The (Blanks) option is available only for columns that contain at least one empty cell.
  • If you want to delete blank rows based on some key column, you can filter out non-blanks in that column, select the filtered rows, right-click the selection, and click Delete row. If you want to delete only those rows that are completely blank and leave the rows with some content and some empty cells, check out this solution.

How to use filter in Excel

Apart from basic filtering options discussed above, AutoFilter in Excel provides a number of advanced tools that can help you filter specific data types such as text, numbers and dates exactly the way you want.

Notes:

  • Different Excel filter types are mutually exclusive. For example, you can filter a given column by value or by cell color, but not by both at a time.
  • For correct results, do not mix different value types in a single column because only one filter type is available for each column. If a column contains several types of values, the filter will be added for the data that occurs the most. For example, if you store numbers in a certain column but most of the numbers are formatted as text, Text Filters will appear for that column but not Number Filters.
(Video) How to Clear or Remove Filter in Excel

And now, let's have a closer look at each option and see how you can create a filter most suited for your data type.

Filter text data

When you want to filter a text column for something very specific, you can leverage a number of advanced options provided by Excel Text Filters such as:

  • Filter cells that begin with or end with a specific character(s).
  • Filter cells that contain or do not contain a given character or word anywhere in the text.
  • Filter cells that are exactly equal or not equal to a specified character(s).

As soon as you add a filter to a column containing text values, Text Filters will appear automatically in the AutoFilter menu:
Excel Filter: How to add, use and remove (14)

For instance, to filter out rows containing Bananas, do the following:

  1. Click the drop-down arrow in the column heading, and point to Text Filters.
  2. In the drop-down menu, select the desired filter (Does Not Contain… in this example).
  3. The Custom AutoFilter dialog box will show up. In the box to the right of the filter, type the text or select the desired item from the dropdown list.
  4. Click OK.

Excel Filter: How to add, use and remove (15)

As the result, all of the Bananas rows, including Green bananas and Goldfinger bananas, will be hidden.

Filter column with 2 criteria

To filter data in Excel with two text criteria, perform the above steps to configure the first criteria, and then do the following:

  • Check And or Or radio button depending on whether both or either criterion should be true.
  • Select the comparison operator for the second criterion, and enter a text value in the box right to it.

For example, this is how you can filter rows that contain either Bananas or Lemons:
Excel Filter: How to add, use and remove (16)

How to create filter in Excel with wildcard characters

If you don't remember exact search or want to filter rows with similar information, you can create a filter with one the following wildcard characters:

Wildcard characterDescriptionExample
? (question mark)Matches any single characterGr?y finds "grey" and "gray"
* (asterisk)Matches any sequence of charactersMid* finds "Mideast" and "Midwest"
~ (tilde) followed by *, ?, or ~Allows filtering cells that contain a real question mark, asterisk, or tilde.What~? finds "what?"

Tip. In many cases, you can use the Contains operator instead of wildcards. For example, to filter cells containing all sorts of Bananas, you can either select the Equals operator and type *bananas*, or use the Contains operator and simply type bananas.

How to filter numbers in Excel

Excel's Number Filters allow you to manipulate numeric data in a variety of ways, including:

  • Filter numbers equal or not equal to a certain number.
  • Filter numbers, greater than, less than or between the specified numbers.
  • Filter top 10 or bottom 10 numbers.
  • Filter cells with numbers that are above average or below average.

The following screenshot shows the whole list of number filters available in Excel.
Excel Filter: How to add, use and remove (17)

(Video) How to Create Filter in Excel

For example, to create a filter that displays only orders between $250 and $300, proceed with these steps:

  1. Click the autofilter arrow in the column header, and point to Number Filters.
  2. Choose an appropriate comparison operator from the list, Between… in this example.
  3. In the Custom AutoFilter dialog box, enter the lower bound and upper bound values. By default, Excel suggests using "Greater than or equal to" and "Less than or equal to" comparison operators. You can change them to "Greater than" and "Less than' if you don't want the threshold values to be included.
  4. Click OK.
    Excel Filter: How to add, use and remove (18)

As the result, only orders between $250 and $300 are visible:
Excel Filter: How to add, use and remove (19)

How to filter dates in Excel

Excel Date Filters provide the greatest variety of choices that let you filter records for a certain time period quickly and easily.

By default, Excel AutoFilter groups all dates in a given column by a hierarchy of years, months, and days. You can expand or collapse different levels by clicking the plus or minus signs next to a given group. Selecting or clearing a higher level group selects or clears data in all nested levels. For instance, if you clear the box next to 2016, all dates within the year 2016 will be hidden.

In addition, Date Filters allow you to display or hide data for a particular day, week, month, quarter, year, before or after a specified date, or between two dates. The screenshot below demonstrates all available date filters:
Excel Filter: How to add, use and remove (20)

In most cases, Excel filter by date works in a single click. For instance, to filter rows containing records for the current week, you simply point to Date Filters and click This Week.

If you select the Equals, Before, After, Between operator or Custom Filter, the already familiar Custom AutoFilter dialog window will show up, where you specify the desired criteria.

For example, to display all items for the first 10 days of April 2016, click Between… and configure the filter in this way:
Excel Filter: How to add, use and remove (21)

How to filter by color in Excel

If the data in your worksheet is formatted manually or through conditional formatting, you can also filter that data by color.

Clicking the autofilter drop-down arrow will display Filter by Color with one or more options, depending on which formatting is applied to a column:

  • Filter by cell color
  • Filter by font color
  • Filter by cell icon

For example, if you formatted cells in a given column with 3 different background colors (green, red and orange) and you want to display only orange cells, you can get it done in this way:

  1. Click the filter arrow in the header cell, and point to Filter by Color.
  2. Click the desired color - orange in this example.
    Excel Filter: How to add, use and remove (22)

Voila! Only values formatted with the orange font color are visible and all other rows are temporarily hidden:
Excel Filter: How to add, use and remove (23)

For more information, please see How to filter and sort by cell color in Excel.

(Video) How to Enable & Disable Filter Button for Table in MS Excel 2016

How to filter in Excel with search

Beginning with Excel 2010, the Filter interface includes a search box that facilitates navigation in large data sets enabling you to swiftly filter rows containing an exact text, number, or date.

Suppose you want to view the records for all "east" regions. Just click the autofilter dropdown, and start typing the word "east" in the search box. Excel Filter will immediately show you all items that match the search. To display only those rows, either click OK in the Excel AutoFilter menu, or press the Enter key on your keyboard.
Excel Filter: How to add, use and remove (24)

To filter multiple searches, apply a filter according to your first search term as demonstrated above, then type the second term, and as soon as the search results appear, select the Add current selection to filter box, and click OK. In this example, we are adding "west" records to the already filtered "east" items:
Excel Filter: How to add, use and remove (25)

That was pretty fast, wasn't it? Only three mouse clicks!

Filter by selected cell value or format

One more way to filter data in Excel is to create a filter with the criteria equal to the contents or formats of the selected cell. Here's how:

  1. Right click a cell containing the value, color, or icon you want to filter your data by.
  2. In the context menu, point to Filter.
  3. Select the desired option: filter by selected cell's value, color, font color, or icon.

In this example, we are filtering data by the selected cell's icon:
Excel Filter: How to add, use and remove (26)

Re-apply a filter after changing data

When you edit or delete data in filtered cells, Excel AutoFilter does not update automatically to reflect the changes. To re-apply the filter, click any cell within your dataset, and then either:

  1. Click Reapply on the Data tab, in the Sort & Filter group.
    Excel Filter: How to add, use and remove (27)
  2. Click Sort & Filter > Reapply on the Home tab, in the Editing group.
    Excel Filter: How to add, use and remove (28)

How to copy filtered data in Excel

The fastest way to copy a filtered data range to another worksheet or workbook is by using the following 3 shortcuts.

  1. Select any filtered cell, and then press Ctrl + A to select all filtered data including column headers.

    To select filtered data excluding column headers, select the first (upper-left) cell with data, and press Ctrl + Shift + End to extend the selection to the last cell.

  2. Press Ctrl + C to copy the selected data.
  3. Switch to another sheet/workbook, select the upper-left cell of the destination range, and press Ctrl+V to paste the filtered data.

Note. Usually, when you copy the filtered data elsewhere, filtered-out rows are omitted. In some rare cases, mostly on very large workbooks, Excel may copy hidden rows in addition to visible rows. To prevent this from happening, select a range of filtered cells, and press Alt + ; to select only visible cells ignoring hidden rows. If you're not accustomed to using keyboard shortcuts, you can utilize the Go To Special feature instead (Home tab > Editing group > Find & Select > Go to Special... > Visible Cells only).

How to clear filter

After applying a filter to a certain column, you may want to clear it to make all information visible again or filter your data in a different way.

To clear a filter in a certain column, click the filter button in the column's header, and then click Clear Filter from <Column name>:
Excel Filter: How to add, use and remove (29)

How to remove filter in Excel

To remove all filters in a worksheet, do one of the following:

(Video) How to Filter in Excel

  • Go to the Data tab > Sort & Filter group, and click Clear.
  • Go to the Home tab > Editing group, and click Sort & Filter > Clear.

Excel Filter: How to add, use and remove (30)

Filter not working in Excel

If Excel's AutoFilter stopped working partway down a worksheet, most likely it's because some new data has been entered outside the range of filtered cells. To fix this, simply re-apply filter. If that does not help and your Excel filters are still not working, clear all filters in a spreadsheet, and then apply them anew. If your dataset contains any blank rows, manually select the entire range using the mouse, and then apply autofilter. As soon as you do this, the new data will be added to the range of filtered cells.

Basically, this is how you add, apply and use filter in Excel. But there is much more to it! In the next tutorial, we will explore and capabilities of Advanced Filter and see how to filter data with multiple sets of criteria. Please stay tuned!

You may also be interested in

  • Excel Advanced Filter - how to create and use
  • Advanced Filter criteria range examples with formulas
  • How to sum only filtered (visible) cells
  • How to filter duplicates in Excel
  • How to filter unique values in Excel
  • How to add and use filters in Google Sheets

FAQs

Excel Filter: How to add, use and remove? ›

If you want to completely remove filters, go to the Data tab and click the Filter button, or use the keyboard shortcut Alt+D+F+F.

How do I add and remove filters in Excel? ›

If you want to completely remove filters, go to the Data tab and click the Filter button, or use the keyboard shortcut Alt+D+F+F.

How do I add and remove filters? ›

Excel Filter: How to Add, Use and Remove filter in Excel
  1. Select the cells to which you wish to apply a filter, and then Select Data and click Filter button. ...
  2. Choose an operation from the built-in comparisons. ...
  3. To start filtering, click the OK button. ...
  4. After applying the filter, the drop-down arrow changes to a filter icon.
Sep 10, 2022

How do I remove an item from a filter in Excel? ›

Once the data is filtered, you can delete only the filtered rows by selecting the filtered data and pressing the "Ctrl" and "-" keys on your keyboard at the same time. This will open the "Delete" dialog box.

Is there a way to have multiple filters in Excel? ›

How to apply multiple filters in Excel
  1. Create a header row. ...
  2. Select the "Data" tab and "Filter" tool. ...
  3. Locate the arrow in the column header. ...
  4. Select your filter from the filter menu. ...
  5. Repeat for all columns and criteria. ...
  6. Open the "Advanced Filtering" dialogue box. ...
  7. Enter the filter range and criteria.
Jun 24, 2022

How do I edit an existing filter? ›

Edit a filter

Select Open menu. . Select Edit filter. Edit the filter by using And or Or options to add more filter conditions.

How do I edit my filters? ›

Edit or delete filters
  1. Open Gmail.
  2. At the top right, click Settings. See all settings.
  3. Click Filters and Blocked Addresses.
  4. Find the filter you'd like to change.
  5. Click Edit or Delete to remove the filter. If you're editing the filter, click Continue when you're done editing.
  6. Click Update filter or OK.

How do you sum change with filters? ›

Just organize your data in table (Ctrl + T) or filter the data the way you want by clicking the Filter button. After that, select the cell immediately below the column you want to total, and click the AutoSum button on the ribbon. A SUBTOTAL formula will be inserted, summing only the visible cells in the column.

How do you use filter formula with multiple criteria? ›

Filter with multiple criteria (AND logic)

Technically, it works this way: The result of each logical expression is an array of Boolean values, where TRUE equates to 1 and FALSE to 0. Then, the elements of all the arrays in the same positions are multiplied.

How do you use filter function? ›

The FILTER function allows you to filter a range of data based on criteria you define. In the following example we used the formula =FILTER(A5:D20,C5:C20=H2,"") to return all records for Apple, as selected in cell H2, and if there are no apples, return an empty string ("").

How do you custom filter multiple values in Excel? ›

How to filter in Excel effectively
  1. Select the cell of interest and click Apply Filter by Selected Value.
  2. Filter by selected value is created.
  3. Select several cells and click Apply Filter by Selected Value.
  4. The list is filtered by multiple values.
  5. Clear all filters in one click.

How do I edit a filter in sheets? ›

Rename a filter view
  1. On your computer, open a spreadsheet in Google Sheets.
  2. Click Data Filter views.
  3. Select a filter view.
  4. At the top left of the sheet, next to "Name", click the filter view name and type the new name.
  5. Press Enter.

Can you edit a filter view? ›

The great thing about Filter Views is that they only affect the way the data is seen by the person using it. You can create as many Filter Views as you want and save them with whatever name you choose. Once saved, you can edit or delete these views at any time, as well as share them with other users easily and quickly.

When can you edit an existing filter? ›

You can edit when it is a condition filter. You can edit when the filter is not matching anything.

How do I update my filters on my computer? ›

How do I manually update my filter lists?
  1. Click the AdBlock toolbar icon, then click on the gear symbol. ...
  2. On the Filter Lists page, click update now.
  3. Wait for all the lists to update.
  4. Optional: Restart your computer.
Mar 15, 2023

Can you edit a filter after posting? ›

Can you add filter to Instagram photo, or change the filter after you have posted it online? In fact, the answer is No. You cannot add or change the filter of the photo on Instagram once published. Since the filter that you have chosen alters the picture basically.

How do you sum changes in Excel? ›

Navigate to the Home tab -> Editing group and click on the AutoSum button. You will see Excel automatically add the =SUM function and pick the range with your numbers. Just press Enter on your keyboard to see the column totaled in Excel.

How do you apply a formula to filtered cells only? ›

Re: Paste TO visible cells only in a filtered cells only
  1. copy the formula or value to the clipboard.
  2. select the filtered column.
  3. hit F5 or Ctrl+G to open the Go To dialog.
  4. Click Special.
  5. click "Visible cells only" and OK.
  6. hit Ctrl+V to paste.

What is the Sumifs function in Excel? ›

The SUMIFS function, one of the math and trig functions, adds all of its arguments that meet multiple criteria. For example, you would use SUMIFS to sum the number of retailers in the country who (1) reside in a single zip code and (2) whose profits exceed a specific dollar value. Play.

How do you use advanced filters? ›

EXCEL ADVANCED FILTER (Examples)
  1. Select the entire data set (including the headers).
  2. Go Data tab –> Sort & Filter –> Advanced. (You can also use the keyboard shortcut – Alt + A + Q). ...
  3. In the Advanced Filter dialog box, use the following details: Action: Select the 'Copy to another location' option. ...
  4. Click OK.

What is the nested filter function in Excel? ›

The nested FILTER function works as the outer FILTER function's array argument, informing the outer FILTER function that this is where I want the returned values to come from. The include argument is where the magic happens.

Can we give multiple conditions in filter transformation? ›

The filter condition is an expression that returns TRUE or FALSE. You can create one or more simple filter conditions.

How do I edit a picture and add filters? ›

  1. Open the photo you want to edit.
  2. Tap Edit. Filters.
  3. Select a filter.
  4. Tap the filter again and move the dial to change the strength of the filter on the photo.
  5. To undo a filter, select Original.

How do I change filters in Excel? ›

Try it!
  1. Select any cell within the range.
  2. Select Data > Filter.
  3. Select the column header arrow .
  4. Select Text Filters or Number Filters, and then select a comparison, like Between.
  5. Enter the filter criteria and select OK.

Is there a way to remove invisible filter? ›

Also remember that while you can remove the filter from a draft video, you cannot remove it after you have saved it. Your only other option is to record the same video without using the invisible filter. It is also impossible to remove the invisible filter from somebody else's video.

How do I remove an applied filter in Photoshop? ›

To remove applied filters, select a filter in the applied filter list, and click the Delete Layer icon .

How do I remove filters from Windows 10? ›

Windows 10
  1. Open Start menu. Click Settings.
  2. Select Ease of Access.
  3. Select Keyboard.
  4. Uncheck Use Filter Keys and click OK to turn off (check to turn on).

What is filter image editing? ›

Image filtering is changing the appearance of an image by altering the colors of the pixels. Increasing the contrast as well as adding a variety of special effects to images are some of the results of applying filters.

What is the iPhone filter hack? ›

The TikTok iPhone photo editing hack is an iPhone trick that involves turning the brightness and contrast up, doing your editing, and then turning them back down. The end result is a warm, sun-kissed, golden-hour photo that looks like it was taken on a professional camera.

Videos

1. Excel Magic Trick 888: Delete Filtered Records Do Not Delete Hidden Records
(ExcelIsFun)
2. Excel: Remove filter individually
(soluzione)
3. How to Copy Filtered Data Without Hidden Rows In Microsoft Excel
(Nurture Tech)
4. Using the Excel FILTER Function to Create Dynamic Filters
(Technology for Teachers and Students)
5. MS Excel - Filtering Data
(Tutorialspoint)
6. How to Filter Blank Cells in MS Excel : Using Excel
(eHowTech)

References

Top Articles
Latest Posts
Article information

Author: Dean Jakubowski Ret

Last Updated: 08/19/2023

Views: 6058

Rating: 5 / 5 (50 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Dean Jakubowski Ret

Birthday: 1996-05-10

Address: Apt. 425 4346 Santiago Islands, Shariside, AK 38830-1874

Phone: +96313309894162

Job: Legacy Sales Designer

Hobby: Baseball, Wood carving, Candle making, Jigsaw puzzles, Lacemaking, Parkour, Drawing

Introduction: My name is Dean Jakubowski Ret, I am a enthusiastic, friendly, homely, handsome, zealous, brainy, elegant person who loves writing and wants to share my knowledge and understanding with you.