Excel Agility: Table Feature

Notice: No webinar is currently available in this series.

This webinar is not currently available, new dates coming soon.

Frequently Asked Questions

Structured references are a special formula syntax unique to Excel Tables that reference table data by column name rather than cell address. Instead of writing =SUM(B2:B100), a formula inside or referencing a Table can use =SUM(SalesData[Revenue]) where SalesData is the Table name and Revenue is the column header. Square bracket notation identifies the column. Special references include [@ColumnName] for the current row's value in that column—enabling row-by-row calculations like =[@Price]*[@Quantity] that automatically apply to every row. Table-level references like [#All], [#Headers], [#Data], and [#Totals] target specific sections of the Table. Structured references update automatically when columns are renamed—unlike cell address references that would break if a column were moved. They also extend automatically as the Table grows, making formulas that reference Table columns self-maintaining. Outside the Table, structured references remain valid in any cell, making them ideal for formulas in summary sections that pull data from a defined Table. For financial models and dashboards referencing organized data Tables, structured references produce formulas that are far more readable and self-documenting than their cell-address equivalents. Aurora Training Advantage's Excel Agility: Table Feature webinar covers structured references in depth for business professionals.
The Total Row is a special row that Excel Tables add at the bottom of the data, providing quick aggregate calculations for each column with a single click. To enable it, go to Table Design > Total Row. Each cell in the Total Row contains a dropdown where you select the aggregate function: Sum, Average, Count, Count Numbers, Max, Min, StdDev, Var, or None. The Total Row automatically uses the SUBTOTAL function rather than SUM, which means it respects filters—when you filter the Table, the Total Row updates to show totals for only the visible rows. This makes it ideal for interactive analysis where filtering reveals subtotals of the filtered subset. Each column's Total Row function is remembered independently, so you can show Sum for revenue columns and Count for a transaction ID column simultaneously. The Total Row can be hidden and re-enabled without losing the function selections. For Excel Tables used as data entry forms or analytical datasets, the Total Row eliminates the need to manually write summary formulas below the data—and unlike formulas placed immediately below a Table, the Total Row stays attached to the bottom of the data even as new rows are added. This feature is a key benefit of the Excel Table format taught in Aurora Training Advantage's Excel Agility series.
Every Excel Table has a name that defaults to Table1, Table2, and so on when created—but renaming Tables to meaningful names immediately improves formula readability and workbook maintainability. To rename a Table, click anywhere in it, go to Table Design, and type the new name in the Table Name box at the far left of the ribbon. Names must start with a letter or underscore and contain no spaces (use underscores instead: Sales_Data, Product_List). Table names become the base of structured references—a Table named Transactions allows formulas like =SUMIF(Transactions[Category],"Marketing",Transactions[Amount])—which is immediately understandable compared to =SUMIF($C:$C,"Marketing",$D:$D). In Power Query, Table names are how connections reference source data—a named Table is discoverable by its name in the query source selector. VBA code referencing Table names by name (ListObjects("Sales_Data")) is far more maintainable than by index number. XLOOKUP and VLOOKUP formulas using Table names as their arrays are self-documenting and portable across workbooks. For workbooks with multiple Tables serving different purposes—a Transactions Table, a Products Table, a Customers Table—meaningful names are essential for keeping formulas readable and troubleshootable.
Excel Tables come with 60 built-in styles in Light, Medium, and Dark families, all accessible from Table Design > Table Styles. Clicking any style instantly applies alternating row colors, header formatting, and border treatments that make data easier to read—without manually applying cell-by-cell formatting. Hovering over styles shows a live preview before you commit. For workbooks matching specific brand colors or organizational design standards, you can create a Custom Table Style by clicking New Table Style at the bottom of the gallery, where you define formatting for the header row, total row, first/last columns, and alternating row bands independently. Style elements include font, fill, and border for each table part. Custom styles are saved to the workbook and can be imported into other files via the Merge Styles command. Table Design also offers individual style options: Header Row and Total Row toggles, Banded Rows and Banded Columns, First Column and Last Column emphasis. Removing a Table's formatting without converting it back to a range is done by selecting the Clear Table Style option in the gallery. For organizations distributing standardized report templates, custom Table Styles ensure consistent visual presentation across all files that use the template. Aurora Training Advantage's Excel Agility series covers Table formatting as part of building professional, maintainable spreadsheets.
Converting an Excel Table back to a regular cell range removes all Table functionality—structured references, auto-expansion, Slicer connections, and the Table name—while preserving all data and formatting. To convert, click anywhere in the Table, go to Table Design > Convert to Range, and confirm the dialog. The data remains in place and any Table-style formatting stays until manually changed. There are valid reasons to convert: Power Query sometimes requires plain ranges for certain transformations, some legacy macros do not work correctly on Tables, and certain third-party add-ins have compatibility issues with the Table format. Before converting, be aware that any formulas using structured references (=[Column Name]) will convert to regular cell references automatically—verify they still point to the correct ranges after conversion. Named ranges defined as table references will also need updating. For workbooks where a Table was created temporarily for pivot table source connectivity or Power Query staging, converting back after use is common. For most ongoing use cases however, keeping data as a Table is beneficial because the auto-expansion, Total Row, and Slicer features provide significant productivity advantages. Understanding when to convert versus when to keep the Table format is an important judgment covered in Aurora Training Advantage's Excel Agility: Table Feature training.