Module 12
4 min
Excel Tables
Turn your data into powerful tables
Excel Tables
Turn ordinary data into a super-powered table!
What is an Excel Table?
A special format that makes your data:
- Look better
- Easier to manage
- Auto-expand when you add rows
- Formulas auto-fill
Create a Table
- Click anywhere in your data
- Press Ctrl + T
- Check "My table has headers"
- Click OK

Table Benefits
| Feature | Benefit |
|---|---|
| Auto Filter | Filter buttons on every column |
| Auto Expand | New rows join the table |
| Auto Formulas | Formulas copy to new rows |
| Styled Rows | Alternating colors for easy reading |
| Easy Totals | One-click total row |
5 rows
Table Styles
After creating a table:
- Click inside the table
- Go to Table Design tab
- Pick a style you like!

Total Row
Add totals with one click:
- Click in the table
- Table Design → Check Total Row
- Click dropdown in total row to choose:
- Sum
- Average
- Count
- Min/Max
Table Names
Every table has a name (like "Table1").
To rename:
- Click in table
- Table Design → Table Name box
- Type new name (e.g., "SalesData")
Use table names in formulas:
=SUM(SalesData[Amount])
Structured References
Tables use column names in formulas:
Normal: =SUM(B2:B100)
Table: =SUM(Table1[Sales])
Much easier to read!

Add New Data
Just type below the table — it auto-expands!
No need to:
- Extend formulas
- Update ranges
- Reformat
Remove Table (Keep Data)
Want data without table format?
- Click in table
- Table Design → Convert to Range
- Data stays, table features removed
Quick Reference
| Action | How |
|---|---|
| Create Table | Ctrl + T |
| Add Total Row | Table Design → Total Row |
| Change Style | Table Design → Styles |
| Rename Table | Table Design → Table Name |
| Remove Table | Table Design → Convert to Range |
5 rows
Summary
- Ctrl + T creates a table
- Auto-filter, auto-expand, auto-format
- Use Total Row for quick calculations
- Tables make formulas easier to read
- Best for any data you'll update often