Pivot Tables & Pivot Charts
-
Analyze and summarize complex datasets using Pivot Tables and Pivot Charts.
Sample Data
Pivot Table
What is a Pivot Table?
A Pivot Table is a tool that summarizes large amounts of data easily. It can calculate:
Total (Sum)
Count
Average
Category-wise breakdown
And more
All without using formulas.
Steps to Create a Pivot Table
Select the full data.
Go to Insert → Pivot Table.
Click OK.
In the Pivot Fields Panel, drag the required fields into:
Rows
Columns
Values
Filters
Example 1: Department-wise Total Sales
Rows: Department
Values: Sales (Sum)Output:
👉 It instantly creates a summary of total sales by department.
Example 2: City-wise Average Sales
Rows: City
Values: Sales → Change calculation to AverageThis will show the average sales for each city.
Example 3: Department + City Combined Analysis
Rows: Department
Columns: City
Values: Sales (Sum)This creates a cross-analysis (matrix format) showing department sales city-wise.
Pivot Charts
A Pivot Chart is the visual version of a Pivot Table.
How to Create a Pivot Chart?
Select the Pivot Table.
Go to Insert → Pivot Chart.
Choose a chart type (Column, Bar, Pie, Line, etc.).
Example: Department-wise Sales Chart
The chart will display:
X-Axis: Department
Y-Axis: Total Sales
It is dynamic — if you change filters in the Pivot Table, the chart updates automatically.