Please Note: This article is written for users of the following Microsoft Excel versions: 2007, 2010, 2013, and 2016. If you are using an earlier version (Excel 2003 or earlier), this tip may not work for you. For a version of this tip written specifically for earlier versions of Excel, click here: Toggling AutoFilter.
Written by Allen Wyatt (last updated April 20, 2021)
This tip applies to Excel 2007, 2010, 2013, and 2016
One of the handy features of Excel is AutoFilter. It allows you to quickly filter any list by the contents of a particular column. You can add, to the Quick Access Toolbar, an AutoFilter tool. This tool uses an image of a funnel and an equal sign.
The tool is a bit deceptive, however; it is not the same as the Filter option on the Data tab of the ribbon. The ribbon option is a toggle condition. If you have a cell selected in a list and you click the ribbon tool, then the AutoFilter controls appear at the top of each column in the list—there are no other changes to the list. If you use the AutoFilter tool (the one you can add to the Quick Access Toolbar), not only do the controls appear, but Excel filters the list based on the cell you had selected when you used the tool.
Another difference between the two is that the Filter ribbon tool functions like a toggle—choose it once, and the AutoFilter is applied; choose it again and it is removed. The AutoFilter tool that you can add to the QAT doesn't do that; it only applies the AutoFilter.
What if you want a QAT option that is a real toggle, just like the tool on the ribbon? There are two approaches you can use to solve this problem. The first involves the use of a simple macro:
Sub ToggleAutoFilter() On Error GoTo errMessage Selection.AutoFilter Exit Sub errMessage: MsgBox "Select a cell in the range to be filtered.", vbOKOnly End Sub
All you need to do is assign the macro to the Quick Access Toolbar or to a shortcut key and you can turn AutoFilter on and off, just as if you used the tool from the ribbon.
The second option may be even simpler. Just follow these steps:
It is interesting that the icon for the Filter command (step 4) looks exactly the same as the icon for the AutoFilter command. Regardless, they are not the same, as already discussed. These steps add the tool to the Quick Access Toolbar, and it works exactly the same as the Filter tool on the Data tab of the ribbon.
Note:
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (6288) applies to Microsoft Excel 2007, 2010, 2013, and 2016. You can find a version of this tip for the older menu interface of Excel here: Toggling AutoFilter.
Create Custom Apps with VBA! Discover how to extend the capabilities of Office 2013 (Word, Excel, PowerPoint, Outlook, and Access) with VBA programming, using it for writing macros, automating Office applications, and creating custom applications. Check out Mastering VBA for Office 2013 today!
Excel's AutoFilter tool is a great way to make a long list of items much more manageable. This tip explains how to set up ...
Discover MoreExcel has some built-in limits on what you can do with the program. When you run into those limits, it can be frustrating ...
Discover MoreWhen you have a column full of names, you may want to get a count of how many of those names are unique. You can make ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
2021-04-21 09:17:30
Mike
@Philip
You don't mention which Windows version you are using, but in Excel 2010 you can find the Autofilter button by going File/Options/Quick_Access_Toolbar and then, at the top of the pop-up, 'Choose_commands_from' and select 'Commands Not In The Ribbon'. This version is not a toggle, but filters on the value selected.
2021-04-21 04:42:55
Willy Vanhaelen
@Philip
What I explained in my post works for excel 2007 and 2019. As for Office 365 for Mac, it seems there are a lot of differences compared to the regular Windpws versions.
2021-04-20 22:41:49
Philip
@Willy, not sure if it has to do with updates of versions, but that's not what happens on my Excel (MS Office 365 for Mac - but I also see it on my work Windows machine). The QAT tool I have is called "Add or remove filters" and does exactly what the ribbon tool does (toggle on or off the auto-filter buttons on the top row of my table) ... and in the toolset to customise the QAT I can't see any tool called "Autofilter".
The icon of the tool is actually just a funnel, no equal sign.
Am I missing something ? Or is the tip described here (and your description of what should be happening) specific to a version of Excel or an OS ?
2019-01-10 11:31:25
Willy Vanhaelen
@Hgrm
The AutoFilter button in the QAT is not a toggle to turn Filter on and off. I does something else: it auto filters the table using the value of the cell the pointer is on.
- When Filter is off then clicking the AutoFilter button in the QAT turns Filter on and automtically filters the table on the value the cell pointer is on.
- When Filter is already on then clicking the QAT button directly filters the table using the value the cell pointer is on.
2019-01-09 08:46:54
Thank you for this tip. In the previous version of Excel I had used the macro option, but this way is much better. It was really bothersome that the Autofilter button didn't work as a toggle as I thought it should. The keyboard shortcut described by the other commenters works great, but you need two hands or just your right hand to press it, (or be really good at it), which for an avid mouse user as myself, is a productivity hit.
2016-05-31 04:59:08
Terence
I hadn't ever used auto filter before.
Extremely useful, now have it in my QAT.
I also have the clear filter on the QAT so I'm using alt-5 to auto filter and alt-8 to clear filter.
2016-05-29 06:02:49
Roy
I stand in the upper left cell and press Ctrl + shift + End and then l. Then I have filter for the hole sheet.
2016-05-28 10:51:04
Brian Lair
Alternative: I frequently just use Control + Shift + L to toggle AutoFilter on/off.
Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2024 Sharon Parq Associates, Inc.
Comments