How to Create a Pareto Chart in Excel (Static And Dynamic)?
Last Updated :
19 Jun, 2021
A Pareto Chart is a type of chart that contains both, a line chart and a bar chart where the cumulative total is represented by the line chart. They are generally used to find the defects to prioritize, in order to observe the greatest overall improvement. The chart is named for the Pareto principle, which, in turn, derives its name from the noted Italian economist, Vilfredo Pareto.
How to Create Pareto Chart?
This section focuses on discussing two types of Pareto chart:
- Static Pareto Chart.
- Dynamic Pareto Chart.
Let’s start discussing each type of Pareto chart in detail.
1. Static Pareto Chart: A static Pareto Chart is a simple chart that shows all the data and there exists no option for the user to view data corresponding to particular values. Below are the steps to create a static Pareto chart:
Step 1: Creating the data table of an e-commerce retailer’s user complaints.

Note: Arrange the data in descending order if it isn’t.
Step 2: Create another Column under C and title it as Cumulative Percentage. Then, select the first box under this column and paste the following formula and apply it to all corresponding cells.
=SUM($B$2:B2)/SUM($B$2:$B$10)*100
The result will look something like this:

Step 3: Select the entire dataset and go to Insert. Find 2D Clustered Chart under the Column Charts section:

Step 4: Click on it. The following chart will appear:

Step 5: Select all the red bars by clicking any red bar once. Then, right-click and select Change Series Chart Type.

Step 6: From Line, select the simple Line Chart and hit Enter.

Step 7: Select the Line Chart and right-click on it and select Format Data Series and make the following changes and click Close.


Step 8: Right-click on the Right-hand side Axis and select Format Axis and make the following changes:

The Static Pareto Chart is ready.

2. Dynamic Pareto Chart: Let’s see how to create a Dynamic Pareto Chart where the user can adjust the values and see the results for those values respectively.
Step 1: Make the following new columns and rows alongside your existing data.

Step 2: Go to Developer –> Insert from the ribbon menu. If the Developer Tab is not visible, simply right-click on any of the Items from the ribbon, e.g., Insert, View, Home, etc. and select Customize Ribbon. Then, find a checkbox with Developer and check it.

Click on INSERT
Step 3: From Form Controls, select Scroll Bar and click anywhere on your worksheet.

Step 4: Resize it to make it a horizontal scroll bar that would look something like this:

Step 5: Right-click on this bar and select Format Control.

Make the following changes
Step 6: Go to cell B12 and enter the formula =B14 there. Then, select the B13 cell and enter:
=IFERROR(INDEX($C$2:$C$10,IFERROR(MATCH($B$12,$C$2:$C$10,1),0)+1),1)

Step 7: In cell D2, enter the following and apply it to the entire column.
=IF($B$13>=C2,B2,NA())
Similarly, for cell E2,
=IF($B$13<C2,B2,NA())
The final result will be as follows:

Step 8: Select the entire Data from Column A, C, D, and E and go to Insert –> Charts –> 2D Column Charts –> Clustered Column.

Step 10: Now, select all the blue bars by clicking on any of the blue bars once. Then, right-click and select Change Series Chart Type.

Step 11: From Line, select the simple Line Chart and hit Enter. Then, right-click on the Right-hand side Axis and select Format Axis and make the following changes-

The Dynamic Pareto Chart is ready.

Similar Reads
How to Create a Dynamic Pie Chart in Excel?
In Excel, Pie-chart is a graphical representation of different sections or sectors of a circle based on the proportion, it holds from the complete quantity. Pie-charts are generally categorized into two types: Static Pie-chart: A pie-chart created with static or fixed input values is known to be a s
3 min read
How to Create a Dynamic Chart Range in Excel?
A Dynamic chart range is the range of a data set which automatically updates on any modifications in the original data set. It is beneficial because at some point in time we need to add or delete data from the original data set. So, we want a method to automatically update the chart on performing an
5 min read
How to Create Dynamic Chart Titles In Excel?
Excel is a tool that is generally used by accounting professionals for financial data analysis but can be used for different purposes. It can be used for data visualization, data analysis, and data management, which uses spreadsheets for managing, storing, and visualizing large volumes of data. Cell
2 min read
How to Create a Step Chart in Excel
A step chart is used to represent data that changes irregularly between time intervals. Now, Excel doesn't have a feature to create a Step Chart like the one shown below but we can create one by making some changes in our data. What is a Step Chart in ExcelA Step chart is the same as a Line Chart. T
4 min read
How to Create a Rolling Chart in Excel?
A chart range is a data range that automatically updates as the data source is changed. This dynamic range is then utilized in a graphic as the source data. As the data changes, the dynamic range updates instantaneously, causing the chart to refresh. A common necessity when developing reports in Exc
3 min read
How to Create a Dynamic Chart with Drop down List in Excel?
The Dynamic Charts are the chart that gets updated itself when the range of underline data changes. In these types, of charts the dynamic range is used as the source data of the chart. So, as the data changes the dynamic range gets updated instantly which further updates the chart according to the n
4 min read
How To Create a Tornado Chart In Excel?
Tornado charts are a special type of Bar Charts. They are used for comparing different types of data using horizontal side-by-side bar graphs. They are arranged in decreasing order with the longest graph placed on top. This makes it look like a 2-D tornado and hence the name. Creating a Tornado Char
2 min read
How to Create a Bar Chart in Excel?
To learn how to create a Column and Bar chart in Excel, let's use a simple example of marks secured by some students in Science and Maths that we want to show in a chart format. Note that a column chart is one that presents our data in vertical columns. A bar graph is extremely similar in terms of t
4 min read
How to Create a Tolerance Chart in Excel?
A tolerance chart shows how a particular data item compares to the maximum and minimum permissible values. In this article, we'll analyze the average results of the students of a class using a tolerance chart. Steps for creating a Tolerance Chart Follow the below steps to create a Tolerance chart in
2 min read
How to Create a Pie Chart in Excel - Step by Step Guide
Pie charts are an excellent way to visualize proportions and illustrate how different components contribute to a whole. Whether you're analyzing market share, budget allocation, or survey results, pie charts make complex data easily understandable at a glance. This guide will walk you through how to
6 min read