You receive a sales file and need to filter region-wise sales, add new rows, calculate totals and keep formatting consistent. If the data is a normal range, you will keep adjusting ranges manually. If it is an Excel Table, Excel handles much of this automatically.
What is an Excel Table?
An Excel Table is a structured data range with special features such as filter buttons, automatic formatting, auto expansion, Total Row and easier formula references.
It is one of the first features beginners should learn because it makes daily reporting cleaner and safer.
Excel Table example
| Region ▼ | Product ▼ | Quantity ▼ | Sales ▼ |
|---|---|---|---|
| West | Laptop Stand | 5 | ₹2,250 |
| North | Wireless Mouse | 8 | ₹5,200 |
| South | Keyboard | 3 | ₹3,600 |
How to create an Excel Table
- Click anywhere inside your data range.
- Press
Ctrl + T. - Confirm the selected range is correct.
- Make sure My table has headers is checked.
- Click OK.
Once created, Excel will automatically add filter buttons to the header row and apply table formatting.
Why Excel Tables are useful
SalesTable[Sales].Convert sales data into an Excel Table
Download one ZIP file containing the practice workbook, challenge workbook, solution workbook, cheat sheet, quiz and answer key.
Mini practice
- Open the practice workbook.
- Select the sales data range.
- Press
Ctrl + T. - Rename the table as SalesTable.
- Add a new row and confirm formulas extend automatically.
- Turn on Total Row and calculate total sales.
Quick quiz
- Which shortcut creates an Excel Table?
- Why should My table has headers be checked?
- What happens when you add a row below a table?
- What is the Total Row used for?
Answers: Ctrl + T; so Excel treats the first row as headers; the table expands; quick totals, averages and counts.