15.3 Value Display Modes: % of Total, Running Total, & Differences
Key Takeaways
- The 'Show Values As' tab in Value Field Settings performs advanced comparative math on aggregated data without requiring manual worksheet formulas or modifying source datasets.
- Proportional calculations (% of Grand Total, % of Column Total, % of Row Total, % of Parent Row/Column Total) calculate relative percentage distributions across tabular dimensions.
- Variance modes—Difference From and % Difference From—quantify performance against a specified Base Item or dynamic markers like (previous) or (next) within a designated Base Field.
- Cumulative tracking via Running Total In and % Running Total In computes progressive period-to-date figures across sequentially sorted dimensions such as dates or fiscal quarters.
- Combining multiple instances of the same measure side-by-side—such as absolute sum, % of column total, and running total—builds robust multi-dimensional analytical reports.
14.3 Value Display Modes: % of Total, Running Total, & Differences
While the Summarize Values By engine handles fundamental arithmetic aggregations, enterprise financial analysis demands relational intelligence. Executives rarely evaluate raw dollar totals in isolation; they require proportional shares, period-over-period variances, cumulative milestone tracking, and competitive rankings. The Show Values As engine inside Value Field Settings executes these advanced comparative calculations dynamically, eliminating the need to construct manual worksheet formulas outside the PivotTable.
The Mechanics of "Show Values As": Base Fields & Base Items
The Show Values As tab in the Value Field Settings dialog transforms raw aggregated numbers into relative analytical metrics. Right-clicking any value cell and navigating to Show Values As reveals fifteen specialized display modes:
Value Field Settings ──► [Show Values As Tab] ──► Select Calculation
│
┌────────────────────┴────────────────────┐
▼ ▼
[Global Calculations] [Contextual Calculations]
- % of Grand Total - % Difference From
- % of Column Total - Running Total In
- % of Row Total - Rank Largest to Smallest
(No Base Parameters) (Requires Base Field & Item)
Calculations fall into two structural classifications:
- Global Proportional Calculations: Require no secondary parameters (e.g.,
% of Grand Total,% of Column Total,% of Row Total). Excel computes proportions against overall matrix boundaries. - Contextual Relational Calculations: Require the analyst to specify a Base Field (the dimensional axis across which the comparison is evaluated) and, in many cases, a Base Item (the reference benchmark against which all other items are compared).
Proportional & Share Analysis Calculations
Proportional modes express values as percentages of different structural totals across the PivotTable grid:
| Calculation Mode | Mathematical Formula | Base Parameters Required | Primary Business Application |
|---|---|---|---|
| % of Grand Total | (Cell Value / Grand Total) * 100 | None | Overall portfolio share; corporate revenue contribution. |
| % of Column Total | (Cell Value / Column Total) * 100 | None | Product sales mix within a specific geographic territory. |
| % of Row Total | (Cell Value / Row Total) * 100 | None | Geographic distribution of sales for a specific product line. |
| % of Parent Row Total | (Child Value / Parent Row Subtotal) * 100 | None | Share of subcategory sales within its parent department. |
| % of Parent Column Total | (Child Value / Parent Col Subtotal) * 100 | None | Proportional distribution within nested column hierarchies. |
| % of Parent Total | (Item Value / Selected Base Subtotal) * 100 | Base Field | Custom contribution share across multi-tier hierarchies. |
Nested Hierarchies: % of Parent Row Total
In a multi-level row hierarchy (such as Department > Category > Product), using % of Grand Total can dilute insights because individual product shares might register as tiny fractions (e.g., 0.15% of total company sales). Selecting % of Parent Row Total evaluates each item relative to its immediate parent subtotal:
- If the
Electronicsdepartment generates $1,000,000 and its subcategoryLaptopsgenerates $650,000,Laptopsdisplays 65.0%. - The subcategories within each parent block sum to exactly 100%, allowing department managers to analyze internal category mix immediately.
Variance & Deviation Modeling: Difference From & % Difference From
Evaluating performance variances against historical benchmarks or baseline targets is a core requirement of executive reporting. Excel provides two dedicated modes:
- Difference From: Calculates the absolute mathematical variance:
Value - Base Item Value. - % Difference From: Calculates the percentage variance:
(Value - Base Item Value) / Base Item Value.
Configuring the Base Field and Base Item
When configuring variance calculations, selecting the correct Base Item determines the analytical perspective:
- Fixed Baseline Item: Choosing an explicit item (e.g., Base Field =
Year, Base Item =2024) measures all years against 2024. The 2024 row displays0(or0.0%), while subsequent years show expansion or contraction relative to that base year. - Dynamic Relative Item
(previous): Measures period-over-period changes (such as Month-over-Month or Year-over-Year). Each row compares itself to the preceding chronological row in the table. Because the initial row has no prior record, it displays#N/Aor blank. - Dynamic Relative Item
(next): Compares each record to the subsequent row.
Worked Analytical Model: Year-over-Year Revenue Variance
| Fiscal Year | Absolute Sales | % Difference From (Base: Year, Item: (previous)) | Analytical Interpretation |
|---|---|---|---|
| 2024 | $1,200,000 | [Blank / Baseline] | Initial baseline year; no prior comparator. |
| 2025 | $1,440,000 | +20.0% | ($1,440,000 - $1,200,000) / $1,200,000 |
| 2026 | $1,368,000 | -5.0% | ($1,368,000 - $1,440,000) / $1,440,000 |
Cumulative Tracking: Running Total In & % Running Total In
Tracking cumulative progress toward annual targets requires calculating running accumulations down a timeline:
- Running Total In: Progressively sums values sequentially down a specified Base Field:
Cumulative Sum = Previous Total + Current Item. - % Running Total In: Expresses that running accumulation as a percentage of the overall total for the Base Field, culminating at 100% on the final record.
Exam Trap & Sorting Dependency: Running total calculations depend strictly on the visual sort order of the Base Field. If
Monthis sorted alphabetically (April,August,December...), Excel accumulates values in that chaotic alphabetical sequence! Analysts must ensure chronological fields are sorted sequentially (Jan, Feb, Mar...) for running totals to yield valid business intelligence.
Ordinal Ranking & Concentration Indexing
- Rank Smallest to Largest: Assigns ordinal ranking starting with 1 for the lowest numeric value within the Base Field (ideal for cost, defects, or golf scores).
- Rank Largest to Smallest: Assigns ordinal ranking starting with 1 for the highest numeric value (standard for sales leaderboards and profit rankings). Tied values receive identical ranks.
- Index: Calculates the relative concentration or weighting of a cell relative to row and column totals:
An index value equal to
1.0denotes average performance. An index greater than1.0reveals a disproportionate concentration of revenue (e.g., an index of1.45indicates sales in that category/region cell are 45% higher than expected based on overall regional and categorical distribution).
Deploying Multi-Metric Side-by-Side Architectures
To build comprehensive executive dashboards, analysts frequently drag the same numeric field into the Values quadrant three times, configuring each instance with a distinct display mode:
- Instance 1:
Sum of SalesAmount──► Summarize bySum──► Formatted as$#,##0──► Custom Name:"Total Revenue ". - Instance 2:
Sum of SalesAmount──► Show Values As:% of Column Total──► Formatted as0.0%──► Custom Name:"% of Regional Sales". - Instance 3:
Sum of SalesAmount──► Show Values As:Running Total In(Base Field:Order Date) ──► Formatted as$#,##0──► Custom Name:"Cumulative YTD Sales".
This multi-display architecture provides absolute volume, relative regional mix, and cumulative trajectory within a single unified view—all powered natively by the PivotCache without external formulas.
A financial analyst wants to analyze year-over-year sales performance by calculating the percentage growth or decline of each fiscal year compared to the immediately preceding year. Which configuration should be selected on the 'Show Values As' tab of the Value Field Settings dialog?
In a PivotTable displaying Product Subcategories nested within Product Categories, an analyst wants each subcategory value to reflect its proportional percentage share of its parent category's total, rather than a share of the overall company grand total. Which calculation mode should be applied?
An analyst configures a value field to display 'Running Total In' with the Base Field set to 'Order Date'. However, the cumulative totals appear out of sequence and reset unexpectedly. What is the most likely cause of this error?