How do I calculate the average percentage in Google Sheets? 2

How do I calculate the average percentage in Google Sheets?

To calculate the average percentage in Google Sheets, you can use the AVERAGE function and select the range of cells containing the percentages. This will give you the average percentage of the selected cells. Alternatively, you can also use the formula (SUM(cells)/COUNT(cells))*100 to calculate the average percentage. Remember to format the cell as a percentage to get the correct result.

Calculate Average Percentage in Google Sheets


Often you may want to calculate an average percentage of some dataset.

Fortunately this is easy to do using built-in functions in Google Sheets.

This tutorial provides two examples of how to calculate an average percentage in different scenarios.

Example 1: Calculate Average Percentage with Percentages Only

Suppose we have the following list of percentages in Google Sheets:

To calculate the average percentage, we can type the following formula into cell C2:

=AVERAGE(A2:A9)

Once we press Enter, the average percentage will be shown:

average percentage in Google Sheets

We can see that the average percentage is 82%.

Example 2: Calculate Average Percentage with Counts & Percentages

Suppose we administer a survey to parents, students, and teachers at a certain school and ask them if they would be in favor of a new school rule.

The following dataset shows the number of people who responded to the survey in each of the three groups along with the percentage of individuals in each group who are in favor of the new rule:

We can use the following formula to calculate the average percentage of individuals who are in favor of the new rule across all three groups:

=SUMPRODUCT(B2:B4, C2:C4)/SUM(B2:B4)

average percentage in Google Sheets with counts

We can see that 58.33% of total individuals are in favor of the new rule.

We can verify that this is correct by manually calculating how many people were in favor of the rule from each group and then dividing by the total number of people:

  • % in Favor from Students = 400 * 30% = 120.
  • % in Favor from Parents = 300 * 90% = 270.
  • % in Favor from Teachers = 50 * 95% = 47.5.
  • % All Individuals in Favor = (120+270+47.5) / 750 = 0.5833.

This matches the average percentage that we calculated using the SUMPRODUCT formula.

The following tutorials explain how to perform other common tasks in Google Sheets:

Cite this article

stats writer (2024). How do I calculate the average percentage in Google Sheets?. PSYCHOLOGICAL SCALES. Retrieved from https://scales.arabpsychology.com/stats/how-do-i-calculate-the-average-percentage-in-google-sheets/

stats writer. "How do I calculate the average percentage in Google Sheets?." PSYCHOLOGICAL SCALES, 26 Jun. 2024, https://scales.arabpsychology.com/stats/how-do-i-calculate-the-average-percentage-in-google-sheets/.

stats writer. "How do I calculate the average percentage in Google Sheets?." PSYCHOLOGICAL SCALES, 2024. https://scales.arabpsychology.com/stats/how-do-i-calculate-the-average-percentage-in-google-sheets/.

stats writer (2024) 'How do I calculate the average percentage in Google Sheets?', PSYCHOLOGICAL SCALES. Available at: https://scales.arabpsychology.com/stats/how-do-i-calculate-the-average-percentage-in-google-sheets/.

[1] stats writer, "How do I calculate the average percentage in Google Sheets?," PSYCHOLOGICAL SCALES, vol. X, no. Y, ص Z-Z, June, 2024.

stats writer. How do I calculate the average percentage in Google Sheets?. PSYCHOLOGICAL SCALES. 2024;vol(issue):pages.

Download Post (.PDF)
Slide Up
x
PDF
Scroll to Top