Skip to main content

Kutools for Office — One Suite. Five Tools. Get More Done.

Create a pareto chart in Excel

Author Xiaoyang Last modified

In Excel, a pareto chart is composed of a column and a line charts, where the column bars represent the frequency values in descending order, and the line indicates the cumulative totals on a secondary axis. It is used to analyze the significant areas of defects in a product, and determine the improvements that increase the value of a company. To create a pareto chart to display the most common reasons for failure, product defects in Excel worksheet, this article will help you.

perato chart


Create a simple pareto chart in Excel 2016 and later versions

If you have Excel 2016 and later versions, there is a built in feature - Pareto Chart, which can help you to insert a pareto chart quickly and easily. Please do as follows:

1. Select the data range that you want to create a pareto chart based on.

steps of creating a simple pareto chart in Excel 2016 and later versions

2. Then, click Insert > Insert Statistic Chart > Pareto, see screenshot:

steps of creating a simple pareto chart in Excel 2016 and later versions

3. And then, a pareto chart has been created at once as below screenshot:

steps of creating a simple pareto chart in Excel 2016 and later versions

4. Then, you can edit the chart title and add the data labels as you need, see screenshot:

steps of creating a simple pareto chart in Excel 2016 and later versions


Create a simple pareto chart in Excel 2013 and earlier versions

If you are using Excel 2013 and earlier versions, you should apply the following steps one by one:

First, Prepare the data for creating the pareto chart:

1. You should sort the data in descending order, please select cell B2, and then click Data > Sort Z to A, see screenshot:

steps of creating a simple pareto chart in Excel 2013 and earlier versions

2. And then data range has been sorted in descending order, see screenshot:

steps of creating a simple pareto chart in Excel 2013 and earlier versions

3. Then, calculate the Cumulative Count by typing this formula =B2 into the cell C2 in this case, and press Enter key. See screenshot:

steps of creating a simple pareto chart in Excel 2013 and earlier versions

4. And then, enter this formula =C2+B3 into cell C3, and drag the fill handle down to the cells, see screenshots:

steps of creating a simple pareto chart in Excel 2013 and earlier versions steps of creating a simple pareto chart in Excel 2016 and later versions steps of creating a simple pareto chart in Excel 2013 and earlier versions

5. After getting the cumulative count, please go on calculating the cumulative percentage, enter this formula: =C2/$C$11 into cell D2, and drag the fill handle down to the cells you need, see screenshot:

steps of creating a simple pareto chart in Excel 2013 and earlier versions

6. Then, you should convert the decimal values to percentage values, select the formula cells, and then click Home > Percent Style, see screenshot:

steps of creating a simple pareto chart in Excel 2013 and earlier versions

Second, create the chart based on the data

7. After preparing the data, please select the data in column A, column B and column D by Ctrl key, see screenshot:

steps of creating a simple pareto chart in Excel 2013 and earlier versions

8. And then, click Insert > Insert Column or Bar Chart > Clustered Column, see screenshot:

steps of creating a simple pareto chart in Excel 2013 and earlier versions

9. And you will get a chart as below screenshot shown:

steps of creating a simple pareto chart in Excel 2013 and earlier versions

10. Then, right click one red bar (Cumulative Percentage) and choose Change Series Chart Type from the context menu, see screenshot:

steps of creating a simple pareto chart in Excel 2013 and earlier versions

11. In the Change Chart Type dialog box, under the All Charts tab, click Combo option from the left pane, in the Choose the chart type and axis for your data series list box, click the drop down list from the Cumulative field, and choose Line with Markers chart type, and check the checkbox, see screenshot:

steps of creating a simple pareto chart in Excel 2013 and earlier versions

Note: If you have Excel 2010 or 2007, firstly, you should change the chart type to line chart, and then right click the line chart and select Format Data Series, in the in the Format Data Series dialog box, click Series Options and check Secondary Axis in the right section.

12. And then, click OK button, and you will get a chart as below screenshot shown:

steps of creating a simple pareto chart in Excel 2013 and earlier versions

13. Then, right click the percentage axis, and then choose Format Axis option from the context menu, see screenshot:

steps of creating a simple pareto chart in Excel 2013 and earlier versions

14. In the Format Axis pane, under the Axis Options tab, beside the Maximum, set the number to 1.0 into the text box, and the pareto chart has been created successfully, see screenshot:

steps of creating a simple pareto chart in Excel 2013 and earlier versions

15. At last, you can change the chart title and add the data labels as you need.

steps of creating a simple pareto chart in Excel 2013 and earlier versions


Create a dynamic pareto chart in Excel

In this section, I will talk about how to create a dynamic pareto chart by using a scroll bar. When you change the target value by clicking or moving the scroll bar, the chart will highlight the bar of the issues automatically as below demo shown.

steps of creating a dynamic pareto chart in Excel

To create this type pareto chart, please do with the following step by step:

1. First, calculate the cumulative percentage in column C, please apply this formula into cell C2:

=SUM($B$2:B2)/SUM($B$2:$B$11)

2. And then drag the fill handle down to the cells, and format the decimal numbers as percentage values, see screenshot:

steps of creating a dynamic pareto chart in Excel

3. Next, you need three helper cells which are Target, Cumulative Value, Scroll Bar Link Value to do some calculations as below screenshot shown:

steps of creating a dynamic pareto chart in Excel

4. After creating the three cells, then, click Developer > Insert > Scroll Bar (Form Control), and then draw a scroll bar as below screenshots shown:

steps of creating a dynamic pareto chart in Excel steps of creating a dynamic pareto chart in Excel steps of creating a dynamic pareto chart in Excel

5. Then, right click the scroll bar, and choose Format Control from the context menu, in the popped out Format Object dialog box, under the Control tab, set the relative values and specify the linked cell as below screenshot shown:

steps of creating a dynamic pareto chart in Excel

6. And then, click OK button to close the dialog box. Now, please type the following two formulas into cell B14 and B15 separately, and then format them as percentage values:

B14: =B16/100
B15: =IFERROR(INDEX($C$2:$C$11,IFERROR(MATCH($B$14,$C$2:$C$11,1),0)+1),1)

steps of creating a dynamic pareto chart in Excel

7. And now, you should create two helper columns beside the original data, and enter the below two formulas in to cell D2 and E2:

D2: =IF($B$15>=C2,B2,NA())
E2: =IF($B$15<C2,B2,NA())

8. Then copy the formulas to other cells as following screenshot shown:

steps of creating a dynamic pareto chart in Excel

9. After creating the data, please select the data in column A, column C, column D, column E by holding the Ctrl key, then click Insert > Insert Column or Bar Chart > Clustered Column, and a chart is inserted as below screenshot shown:

steps of creating a dynamic pareto chart in Excel

10. Then, select the chart, and click Design > Change Chart Type, in the Change Chart Type dialog box, under the All Charts tab, click Combo from the left pane, and then click Custom Combination chart, then in the Choose the chart type and axis for your data series section, please specify the following operations for each data series:

  • Cumulative %: Line chart type, and check the Secondary Axis check box as well;
  • Highlighted Bars: Clustered Column chart type;
  • Remaining Bars: Clustered Column chart type.

steps of creating a dynamic pareto chart in Excel

11. Then, click OK button to close the dialog box, and you will get a chart as below screenshot shown:

steps of creating a dynamic pareto chart in Excel

12. And then, right click the percentage axis, and then choose Format Axis option, in the expanded Format Axis pane, under the Axis Options tab, beside the Maximum, set the number to 1.0 into the text box, see screenshot:

steps of creating a dynamic pareto chart in Excel

13. And then, go on right clicking any bar series in the chart, and then choose Format Data Series, in the Format Data Series pane, under the Series Options tab, enter 100% into the Series Overlap text box, see screenshot:

steps of creating a dynamic pareto chart in Excel

14. At last, you can move the scroll bar below the chart, and enter this formula: ="Target "&TEXT(B14,"0%") into a cell below the scroll bar to get the target percentage value, see screenshot:

steps of creating a dynamic pareto chart in Excel

15. Now, the dynamic pareto chart has been created, you can change the fill color of the highlighted bar as you need, and when changing the target value by using the scroll bar, the pareto chart will be updated automatically as below demo shown:

steps of creating a dynamic pareto chart in Excel


Download Pareto Chart sample file

sample of creating a simple pareto chart in Excel


Video: Create Pareto chart in Excel


The Best Office Productivity Tools

Kutools for Excel - Helps You To Stand Out From Crowd

šŸ¤– Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions…
Popular Features: Find, Highlight or Identify Duplicates  |  Delete Blank Rows  |  Combine Columns or Cells without Losing Data  |  Round without Formula ...
Super VLookup: Multiple Criteria  |  Multiple Value  |  Across Multi-Sheets  |  Fuzzy Lookup...
Adv. Drop-down List: Easy Drop Down List  |  Dependent Drop Down List  |  Multi-select Drop Down List...
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  Compare Columns to Select Same & Different Cells ...
Featured Features: Grid Focus  |  Design View  |  Big Formula Bar  |  Workbook & Sheet Manager | Resource Library (Auto Text)  |  Date Picker  |  Combine Worksheets  |  Encrypt/Decrypt Cells  |  Send Emails by List  |  Super Filter  |  Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters ...)  |  50+ Chart Types (Gantt Chart ...)  |  40+ Practical Formulas (Calculate age based on birthday ...)  |  19 Insertion Tools (Insert QR Code, Insert Picture from Path ...)  |  12 Conversion Tools (Numbers to Words, Currency Conversion ...)  |  7 Merge & Split Tools (Advanced Combine Rows, Split Excel Cells ...)  |  ... and more
Use Kutools in your preferred language – supports English, Spanish, German, French, Chinese, and 40+ others!

Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...


Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)

  • One second to switch between dozens of open documents!
  • Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
  • Increases your productivity by 50% when viewing and editing multiple documents.
  • Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.