Preparing your learning space...
83% through AI Pivot Tables tutorials
Once you can build and shape a pivot, the advanced techniques add real power: calculated fields, "show values as" calculations, smarter references with GETPIVOTDATA, combining multiple data sources, and styling.
A calculated field is a new value column computed from other columns in your source data — like Profit = Revenue − Cost.
Profit.= Revenue - Cost from the available fields.Profit now appears in the Fields pane under Values, and its totals are shown like any other field.
Important: a calculated field does the math after summing. It computes SUM(Revenue) - SUM(Cost), not a per-row profit that gets summed. Keep that in mind when your formula divides or multiplies — the result is based on the totals, not individual rows.
A calculated item adds a new category to a row or column field — a total like "Other" computed from existing items.
= Widget - Gadget.The new item appears in the list of that field. Unlike calculated fields, calculated items use the row-level values, so multiplying works on individual entries.
Note: calculated items only exist inside the pivot. They add a row to your summary but never touch the source sheet.
Right-click a value in the pivot → Show Values As offers ready-built calculations:
For example, switching Revenue to % of Grand Total immediately shows which region drives the biggest slice of sales.
When you type a formula that points at a pivot cell, Excel may insert a GETPIVOTDATA formula:
=GETPIVOTDATA("Revenue",$A$3,"Region","North")
That formula pulls one specific value (North's revenue) from the pivot. It's safe because it still works even if you move or reshape the pivot.
=, click a pivot cell, and Excel writes the formula for you.Why it is useful: regular cell references break when the pivot grows or shrinks; GETPIVOTDATA follows the pivot wherever it goes.
Modern Excel lets a pivot read from several tables at once via relationships:
This is Excel's answer to a small relational database — combine sales and product info without stacking them into one sheet.
To merge several sheets with the same layout into one pivot:
All identical sheets roll into one pivot, with each source appearing in a page field you can toggle.
Tip for beginners using the classic wizard: the modern Insert → PivotTable dialog can't do this — this is the one case where you still need the old shortcut.
You can color cells based on their values, same as a normal range:
Best practice: use the "All cells showing..." scope so the formatting follows the pivot around when you drag new fields in.
This is where AI pulls the most weight — formulas.
My Excel pivot has fields Revenue and Cost. Give me the Calculated Field formula for Profit and the exact menu path to add it. It returns = Revenue - Cost plus PivotTable Analyze → Fields, Items & Sets → Calculated Field.explain this formula and rewrite it for a different region — a fast way to learn how the reference works.What is the total profit? to double-check the pivot's number against your own count.Caution: AI can invent function names. Paste any generated formula into a cell and verify the result before it goes into a report.
Save your progress and earn XP for completing tutorials.
4 questions · Pass with 70%+
1Which one does its math on individual row-level values — so multiplying works correctly per entry?
2Choosing Show Values As → Running Total displays what?
3To combine fields from two related tables (e.g. sales + product prices) into one pivot, you must:
4Why set conditional formatting's scope to "All cells showing 'Revenue' values"?
Technology
Excel with AI
Lesson group
AI Pivot Tables
Progress
83% complete