Ravindra BagaleCourses & study guides

6. Tables, Sorting and Filtering

6.1 Excel Tables (Ctrl + T)

In short: An Excel Table is a range that Excel manages for you: it grows automatically, keeps formatting, copies formulas down, has filter buttons and a name.

An Excel Table is a range that Excel manages for you: it grows automatically, keeps formatting, copies formulas down, has filter buttons and a name.

Steps in Excel

  1. Click any cell in the Orders data (no blank rows or columns inside).
  2. Press Ctrl + T (or Insert › Tables › Table, or Home › Styles › Format as Table).
  3. Keep My table has headers ticked › OK.
  4. Table Design › Properties › Table Name › type tblOrders › Enter. (The tab is called Design in some older versions – may vary by version.)
  5. Pick a style in Table Design › Table Styles; keep Banded Rows on.
  6. Type a new order in the first empty row below – the Table expands and formulas and formats extend automatically.
  7. To go back to a normal range: Table Design › Tools › Convert to Range.
Plain range Excel Table
Formulas must be copied manually Calculated columns fill automatically
Charts/Pivots miss new rows Charts, PivotTables, validation lists grow with the Table
$A$2:$A$500 references Readable tblOrders[Amount]
Header scrolls away Column letters replaced by header names while scrolling

Ravindra Bagale's Tip

Many students create a Table but never name it – names like Table1 and Table7 tell you nothing in a formula. Right after creating a Table, give it a meaningful name starting with tbl (tblOrders, tblStores). And don't leave empty rows/columns inside a Table.

Practice task

Convert your Orders, Stores and Products data into Tables named tblOrders, tblStores and tblProducts. Add two new orders and check that a chart based on tblOrders includes them.