1.5 Tables, sorting and filtering
Checked against Microsoft's Excel for Windows keyboard references, August 2026
What you'll be able to do
Turn a plain range into a real Excel Table. Sort it on more than one column. Answer questions about the data by filtering it, without putting the data underneath at risk.
Before you start
Open the formatting practice workbook, the same file as the formatting topic. Its range is ready to become a Table.
The work
- Same either way: select any cell inside the data and press CtrlT. The Create Table dialog opens. Check that "My table has headers" is ticked and press Enter. The range is now a Table, with striped rows, a filter menu on every heading, and formulas that grow with the data.
- Same either way: type a formula in the first empty column beside the Table and press Enter. It fills the whole column at once, and rows you add later work themselves out. A reference like
[@Amount]names the column instead of a cell address, which is why it survives sorting and new rows. - Same either way: to sort by one column, go to its heading and press AltDown Arrow to open the heading's menu. Choose Sort A to Z, or Sort Smallest to Largest. The wording follows the kind of data in the column.
- With the mouse: go to Data → Sort and add a level for each column: state, then city, then amount. With the keyboard: press AltA, then S, then S. The same Sort dialog opens, and each level is a Sort by row inside it.
- Same either way: to filter, press AltDown Arrow on a column heading. Move down to the list of values, clear the ones you do not want with Spacebar, and press Enter to apply. Rows that fail the filter are hidden, not deleted. Clear the filter from the same menu and they all come back.
- Same either way: a plain range can have filters too. Select it and press CtrlShiftL, which switches the filter menus on or off for the first row.
- No documented keyboard shortcut for this — use the menu: to add a total row, go to Table Design → Total Row. Each cell of the new bottom row offers its own summary from a dropdown: sum, average or count.
Try it
Convert the practice workbook's range to a Table with CtrlT. Sort it by two columns using the Sort dialog. Filter one column down to two values and read what is left. Then clear the filter and add a total row showing the sum of the amount column.
Check yourself
What does CtrlT give you that a plain range does not have?
A real Table: striped rows, filter menus on every heading, references by column name, and formulas and formatting that reach new rows on their own.
What does [@Amount] mean in a Table formula?
This row's value in the Amount column. It is a reference by name, and it survives sorting and new rows.
Which key sequence opens a column heading's sort-and-filter menu?
AltDown Arrow, with a cell of that column's heading active.
Filtering hid half the rows. Is the data gone?
No. Filtered rows are hidden, not deleted. Clear the filter from the heading menu and every row returns.
Go deeper
- Excel help & learning · Microsoft Support · Docsnot checked yet
Using a screen reader? 3 resources
- Use a screen reader to create column headers in a table in Excel · Microsoft · Docswritten for screen reader users
- Use a screen reader to sort or filter a table in Excel · Microsoft · Docswritten for screen reader users
- Additional JAWS Training downloads · Freedom Scientific · Coursewritten for screen reader users
Back to Tables, sorting and filtering: work through the checklist