0
0
ExcelHow-ToBeginner · 4 min read

How to Create a Pivot Chart in Excel Quickly and Easily

To create a Pivot Chart in Excel, first select your data and insert a Pivot Table. Then, with the pivot table selected, go to the Insert tab and choose PivotChart to pick the chart type you want. This creates a dynamic chart linked to your pivot table for easy data analysis.
📐

Syntax

Creating a pivot chart in Excel involves these steps:

  • Select Data: Highlight the data range you want to analyze.
  • Insert Pivot Table: Go to Insert > PivotTable and confirm the data range.
  • Insert Pivot Chart: With the pivot table active, go to Insert > PivotChart and choose a chart type.

The pivot chart is linked to the pivot table, so filtering or rearranging the pivot table updates the chart automatically.

text
1. Select your data range (e.g., A1:D20)
2. Insert > PivotTable > OK
3. In the PivotTable Fields pane, drag fields to Rows, Columns, and Values
4. With the PivotTable selected, Insert > PivotChart > Choose chart type > OK
💻

Example

This example shows how to create a pivot chart from sales data:

  • Data has columns: Product, Region, Sales.
  • Create a pivot table summarizing total sales by product and region.
  • Insert a pivot chart to visualize sales distribution.
text
Data in A1:C7:
Product | Region | Sales
Apple   | East   | 100
Apple   | West   | 150
Banana  | East   | 200
Banana  | West   | 180
Cherry  | East   | 120
Cherry  | West   | 130

Steps:
1. Select A1:C7
2. Insert > PivotTable > OK
3. Drag 'Product' to Rows
4. Drag 'Region' to Columns
5. Drag 'Sales' to Values (Sum of Sales)
6. With pivot table selected, Insert > PivotChart > Column Chart > OK
Output
Pivot table shows total sales by product and region. Pivot chart displays a column chart with sales bars for each product split by region.
⚠️

Common Pitfalls

Common mistakes when creating pivot charts include:

  • Not selecting the entire data range before creating the pivot table, causing missing data.
  • Trying to create a pivot chart without first creating a pivot table.
  • Using data with blank rows or columns, which can break the pivot table.
  • Not refreshing the pivot table/chart after updating source data.

Always ensure your data is clean and complete before creating pivot tables and charts.

text
Wrong way:
- Select only part of data
- Insert > PivotChart directly (no pivot table)

Right way:
- Select full data range
- Insert > PivotTable
- Then Insert > PivotChart
📊

Quick Reference

StepActionDescription
1Select DataHighlight the full data range including headers
2Insert PivotTableGo to Insert tab and click PivotTable
3Arrange FieldsDrag fields to Rows, Columns, and Values areas
4Insert PivotChartWith pivot table selected, click Insert > PivotChart
5Customize ChartChoose chart type and format as needed
6Refresh DataRight-click pivot table/chart and select Refresh after data changes

Key Takeaways

Always start by creating a pivot table before inserting a pivot chart.
Select the entire data range to avoid missing data in your pivot chart.
Pivot charts update automatically when you filter or change the pivot table.
Keep your source data clean and refresh the pivot table after data changes.
Use the Insert tab to find both PivotTable and PivotChart options easily.