Excel Agility: Pivot Table Mastery

Notice: No webinar is currently available in this series.

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

Frequently Asked Questions

A calculated field is a custom formula you add to a pivot table that performs calculations using the pivot table's existing data fields—without needing to modify the source data. To create one, click anywhere in the pivot table, go to PivotTable Analyze > Fields, Items & Sets > Calculated Field, then define a name and formula using the available field names. For example, a calculated field named Profit Margin might use =Revenue - Cost to add a margin column to your pivot table automatically. Calculated fields apply their formula to the aggregated values shown in the pivot table, not the individual source rows, which can produce unexpected results for division-based ratios—a common source of confusion. For ratio calculations requiring row-level accuracy, it is better to add the formula as a column in the source data before creating the pivot table. Calculated fields are ideal for additive metrics like totals, differences, or simple percentage markup calculations. Aurora Training Advantage's Excel Agility pivot table training covers calculated fields with practical business examples.
Show Values As is a powerful pivot table feature that changes how numeric values are displayed—transforming raw totals into percentage of grand total, percentage of row, percentage of column, running totals, rank, and more—without altering the underlying source data. To access it, right-click a value field in the pivot table and select Show Values As, then choose from the available options. Percentage of Grand Total is the most common, showing each value as a share of the overall total—invaluable for sales mix analysis, budget distribution reports, and market share breakdowns. Running Total shows cumulative values across a row or column, useful for year-to-date calculations. Rank Smallest to Largest or Largest to Smallest assigns rankings automatically as data changes. Parent Row Total and Parent Column Total calculate percentages relative to subtotals rather than the overall grand total. These display options can be applied to a duplicate of the same field, allowing you to show both the raw total and the percentage of total side by side in the same pivot table. This is one of the most underutilized yet high-impact pivot table features for professional reporting.
GETPIVOTDATA is a function that extracts specific values from a pivot table by referencing the field names and values rather than hard-coded cell addresses. Its syntax is =GETPIVOTDATA(data_field, pivot_table, field1, item1, ...). For example, =GETPIVOTDATA("Sales", $A$3, "Region", "East", "Year", 2024) retrieves the East region's 2024 sales figure regardless of where it physically appears in the pivot table. This makes it ideal for building summary dashboards that pull specific figures from pivot tables—because it references data semantically rather than by position, it remains accurate even when the pivot table is filtered, sorted, or refreshed. GETPIVOTDATA is automatically generated when you click a pivot table cell while typing a formula. This behavior can be disabled in PivotTable Options if you prefer standard cell references. The function is particularly useful for financial reporting templates where specific pivot table values need to feed fixed cells in a presentation-ready summary, ensuring the referenced value updates correctly as underlying data changes.
Applying conditional formatting to a pivot table in Excel requires special handling to ensure rules follow the data correctly as the pivot table is filtered or refreshed. When you apply a conditional formatting rule to a pivot table range, Excel offers three scope options: Selected Cells (applies only to the current selection), All Cells Showing Values for a Field (applies to all values in that field regardless of where they appear), and All Cells Showing Values for a Specific Field and Value Combination. The third option is generally the most robust for pivot tables, as it follows the field values rather than fixed cell addresses. Common applications include heat maps using color scales on value fields to highlight high and low performers, data bars for instant visual comparison, and icon sets for KPI status indicators. One important note is that conditional formatting rules on pivot tables can become inconsistent after significant structural changes—refreshing or pivoting fields may require reapplying rules. Testing rules after refreshes is best practice when using pivot table conditional formatting in production reports.
Grouping in pivot tables allows you to aggregate individual values into meaningful categories without changing the source data. For dates, right-click a date field in the pivot table and select Group—Excel offers grouping by Seconds, Minutes, Hours, Days, Months, Quarters, and Years, and you can select multiple groupings simultaneously to create a hierarchy (e.g., Year > Quarter > Month). This is the standard way to build a monthly or quarterly summary from a daily transaction dataset. For numbers, the same Group dialog lets you define bucket ranges—grouping ages into 10-year brackets or sales amounts into $10,000 ranges, for example. Custom grouping is also possible: manually select non-contiguous items in a row or column field, right-click, and choose Group to combine them under a custom label. Grouping is stored in the pivot table itself, not the source data, and is lost if the pivot table is deleted or rebuilt. A common issue is that date grouping fails when dates are stored as text—ensuring source date columns contain actual date values is a prerequisite for this feature to work correctly.