Table of Contents
A Pareto chart is an indispensable statistical tool utilized for strategic quality control and decision-making. This unique visualization combines the elements of a bar chart and a line graph, primarily serving to illustrate the Pareto Principle, commonly known as the 80/20 rule. The visualization orders categorical data by frequency, where the bars represent the individual contribution of each factor, and the superimposed line charts the cumulative frequencies. By visually highlighting the factors that drive the majority of outcomes, the Pareto chart enables analysts to focus resources effectively on the “vital few” problems or opportunities.

This comprehensive guide provides a detailed, meticulous walkthrough for constructing a professional-grade Pareto chart directly within the flexible environment of Google Sheets. We will leverage essential spreadsheet formulas and built-in charting capabilities to transform raw frequency data into a powerful analytical visualization.
Fundamentals of the Pareto Principle and Its Role in Analysis
Before attempting to create the visualization, it is crucial to establish a firm understanding of the statistical philosophy underpinning the chart’s structure. The Pareto Principle is an observation asserting that, for many events, roughly 80% of the effects arise from 20% of the causes. This principle was first articulated by the Italian economist Vilfredo Pareto, who noted that 80% of the land in Italy was owned by only 20% of the population.
Today, this rule is applied universally across fields such as business management, software engineering, and rigorous quality control methodologies like Six Sigma. For example, a company might find that 80% of customer complaints are generated by 20% of their product line, or 80% of sales revenue is derived from 20% of their top clients. Recognizing this disproportionate relationship is the first step toward efficient resource allocation.
The primary objective of the Pareto chart is to visually articulate this imbalance. By forcing the user’s attention onto the small subset of factors that yield the largest impact, the chart dictates where effort should be concentrated for maximum results. To achieve this effective visualization in Google Sheets, the source data must be precisely prepared, ensuring that both absolute counts and their corresponding cumulative frequencies are calculated before the charting phase begins.
Step 1: Organizing and Sorting the Source Data
The construction of a valid Pareto chart hinges entirely on the initial organization of the dataset. Unlike standard bar charts, the Pareto chart requires that all categorical data be sorted in a strict descending order based on their frequency counts. This pre-sorting step is mandatory, as it ensures the visual sequencing of the bars correctly reflects the magnitude of their contribution, from greatest to least impact.
For our illustration, we will use a representative dataset detailing sales figures for a fictional company across various products. Your spreadsheet should begin by listing the categories (e.g., Product identifiers) and their associated numerical metrics (e.g., Sales volume or Defect counts). It is essential to confirm that the rows are arranged from the highest numerical frequency figure to the lowest.
The example dataset below demonstrates the necessary structure. Products are ordered by sales volume, starting with Product B (highest volume) and concluding with Product F (lowest volume), spanning columns A and B. This arrangement sets the foundation for all subsequent calculations and the final chart’s accuracy:

Step 2: Calculating the Running Cumulative Percentage
The definitive characteristic of a Pareto chart is the overlaid line, which represents the running total of frequencies, typically expressed as a percentage of the overall grand total. This metric, known as the cumulative frequencies percentage, must be meticulously calculated in a new column (Column C in our setup) within Google Sheets.
To calculate the cumulative percentage for any specific row, you must sum the frequency of the current row and all preceding frequencies, and then divide this running sum by the fixed, total sum of all frequencies in the dataset. This iterative calculation logic ensures that the final value in the column will accurately reach 100%.
For the first data entry (cell C2), the formula requires the use of **mixed references** to correctly lock the range used for the denominator (the grand total) while maintaining a dynamic range for the numerator (the running sum). Enter the following formula into cell C2 to initiate the calculation:
=SUM($B$2:B2)/SUM($B$2:$B$7)
Once the formula is entered, it is critical that you immediately format column C as a percentage (using the Format > Number > Percent menu option). Subsequently, drag the fill handle down to apply this formula to all remaining rows. The resulting data table clearly illustrates the incremental contribution of each product towards the total sales volume, culminating in 100%:

Step 3: Generating the Initial Combo Chart
With the source data fully prepared, sorted, and calculated, the process moves to generating the visualization. The appropriate chart type for a Pareto analysis is the Combo chart, as it is uniquely designed to display two different data series (bars for frequency and a line for percentage) simultaneously on a single graph.
To begin, select the entire processed dataset. This selection must include the headers for all three columns: Product, Sales, and Cumulative %. Including the header row is essential for Google Sheets to automatically assign meaningful labels to the X-axis and the data series within the resulting visualization.

After selecting the data range, navigate to the top menu bar, click the Insert tab, and select Chart. Given the mixed numerical and percentage data types, Google Sheets is highly likely to automatically detect the requirement for a dual-series display and insert a preliminary Combo chart by default:

Step 4: Configuring the Secondary Y-Axis for Percentage Data
The initial Combo chart generated in the previous step is not yet a true Pareto chart. This is because both the Sales data (high absolute numbers) and the Cumulative % data (ranging from 0% to 100%) are currently mapped against the same primary Y-axis. This results in the percentage line appearing flat and almost invisible due to the large scale of the sales figures.
To rectify this scaling discrepancy, we must assign the percentage series to a separate, secondary vertical axis. Open the Chart Editor panel, typically located on the right side of the screen. Under the Customize tab, locate and expand the Series configuration section.
Within the Series section, select the data series named “Cumulative %” (which represents the line graph). Locate the Axis dropdown setting for this specific series. Crucially, change the assignment from “Left Axis” (Primary) to Right Axis (Secondary). This pivotal action introduces a new vertical axis on the right side of the chart, scaled precisely for percentage values (0% to 100%).

Once this adjustment is finalized, the visualization transforms into a fully functional Pareto chart. The blue bars represent the individual sales figures corresponding to the left Y-axis, while the red line plots the running cumulative frequencies, aligning perfectly with the newly scaled right Y-axis:

Strategic Interpretation and Application
The completed visualization is now a powerful tool ready for strategic analysis. The effectiveness of the Pareto chart stems from its ability to immediately separate the critical factors from the less significant ones. The bars convey individual magnitudes, but the line demonstrates the compounded effect of addressing these factors sequentially, based on their severity or frequency.
The most critical point for analysis is typically where the line charting cumulative frequencies crosses the 80% threshold on the right Y-axis. According to the Pareto Principle, the categories (products, defects, or issues) that fall to the left of this 80% mark constitute the “vital few”—the limited number of factors responsible for the vast majority of the total result.
In the context of our sales example, the analysis clearly shows that focusing resources on Product B and Product A is paramount, as these two products together account for approximately 73% of total sales volume. This objective data allows management to prioritize efforts—whether in inventory, marketing, or quality control—concentrating investment where it will yield maximum impact and efficiency. The Pareto chart thus transforms raw data into actionable insights for continuous improvement.
Additional Resources
Cite this article
Mohammed looti (2025). Learning to Create Pareto Charts in Google Sheets: A Step-by-Step Guide. PSYCHOLOGICAL STATISTICS. Retrieved from https://statistics.arabpsychology.com/create-a-pareto-chart-in-google-sheets-step-by-step/
Mohammed looti. "Learning to Create Pareto Charts in Google Sheets: A Step-by-Step Guide." PSYCHOLOGICAL STATISTICS, 5 Nov. 2025, https://statistics.arabpsychology.com/create-a-pareto-chart-in-google-sheets-step-by-step/.
Mohammed looti. "Learning to Create Pareto Charts in Google Sheets: A Step-by-Step Guide." PSYCHOLOGICAL STATISTICS, 2025. https://statistics.arabpsychology.com/create-a-pareto-chart-in-google-sheets-step-by-step/.
Mohammed looti (2025) 'Learning to Create Pareto Charts in Google Sheets: A Step-by-Step Guide', PSYCHOLOGICAL STATISTICS. Available at: https://statistics.arabpsychology.com/create-a-pareto-chart-in-google-sheets-step-by-step/.
[1] Mohammed looti, "Learning to Create Pareto Charts in Google Sheets: A Step-by-Step Guide," PSYCHOLOGICAL STATISTICS, vol. X, no. Y, ص Z-Z, November, 2025.
Mohammed looti. Learning to Create Pareto Charts in Google Sheets: A Step-by-Step Guide. PSYCHOLOGICAL STATISTICS. 2025;vol(issue):pages.