0
0
Excelspreadsheet~10 mins

Creating a PivotTable in Excel - Formula Evaluation Walkthrough

Choose your learning style9 modes available
Sample Data

Sales data showing Region, Product, and Sales amount.

CellValue
A1Region
B1Product
C1Sales
A2North
B2Apples
C2120
A3South
B3Apples
C3150
A4North
B4Oranges
C4100
A5South
B5Oranges
C5130
A6East
B6Apples
C690
A7East
B7Oranges
C7110
Formula Trace
PivotTable created from A1:C7 with Region as rows, Product as columns, and sum of Sales as values
Step 1: Select data range A1:C7
Step 2: Insert PivotTable using selected data
Step 3: Set 'Region' as Row Labels
Step 4: Set 'Product' as Column Labels
Step 5: Set 'Sales' as Values with SUM aggregation
Step 6: PivotTable displays sums: e.g. North-Apples = 120, South-Oranges = 130
Cell Reference Map
    A       B       C
1 |Region |Product |Sales
2 |  ↑    |   ↑    |  ↑ 
3 |  ↑    |   ↑    |  ↑ 
4 |  ↑    |   ↑    |  ↑ 
5 |  ↑    |   ↑    |  ↑ 
6 |  ↑    |   ↑    |  ↑ 
7 |  ↑    |   ↑    |  ↑ 
The PivotTable uses the data from cells A1:C7. Arrows show the data columns Region (A), Product (B), and Sales (C) feeding into the PivotTable.
Result
      Apples  Oranges  Grand Total
East     90       110          200
North   120       100          220
South   150       130          280
Grand Total 360     340          700
The PivotTable summarizes sales by Region (rows) and Product (columns). Each cell shows the sum of sales for that Region and Product. Grand Totals show sums across rows and columns.
Sheet Trace Quiz - 3 Questions
Test your understanding
What does the PivotTable use as row labels?
AProduct
BSales
CRegion
DGrand Total
Key Result
PivotTable summarizes data by grouping rows and columns and aggregating values with SUM.