Table of Contents
To calculate the average by group in Google Sheets, first organize your data into groups. Then, use the AVERAGEIF function, which allows you to specify a criteria to only calculate the average for a specific group. Simply input the range of cells for the data, the criteria for the group, and the range of cells for the group. The result will be the average value for that specific group. This process can be repeated for each group to calculate the average for multiple groups in your data set.
Calculate Average by Group in Google Sheets
The following step-by-step example shows how to calculate the average value by group in Google Sheets.
Example: Calculate Average by Group in Google Sheets
First, let’s enter the following dataset that shows the total points scored by various basketball players:

Now suppose we’d like to find the average value of the points scored, grouped by team.
To do so, we can use the UNIQUE() function to first create a list of the unique teams.
We’ll type the following formula into cell E2:
=UNIQUE(B2:B12)
Once we press Enter, a list of unique team names will be displayed:

Next, we can use the =AVERAGEIF() function to find the average of points scored by players on each team:
=AVERAGEIF($B$2:$B$12, E2, $C$2:$C$12)
We’ll type this formula into cell F2 and copy and paste it down to each remaining cell in column F:

Column E displays each of the unique teams and column F displays the average value of the points scored by each team.
We can verify these results are correct by manually calculating the average for one of the teams.
For example, the average points scored by players on the Spurs team would be:
This matches the value calculated using the formula.
Note: You can find the complete documentation for the AVERAGEIF formula in Google Sheets .
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 by group in Google Sheets?. PSYCHOLOGICAL SCALES. Retrieved from https://scales.arabpsychology.com/stats/how-do-i-calculate-the-average-by-group-in-google-sheets/
stats writer. "How do I calculate the average by group in Google Sheets?." PSYCHOLOGICAL SCALES, 25 Jun. 2024, https://scales.arabpsychology.com/stats/how-do-i-calculate-the-average-by-group-in-google-sheets/.
stats writer. "How do I calculate the average by group in Google Sheets?." PSYCHOLOGICAL SCALES, 2024. https://scales.arabpsychology.com/stats/how-do-i-calculate-the-average-by-group-in-google-sheets/.
stats writer (2024) 'How do I calculate the average by group in Google Sheets?', PSYCHOLOGICAL SCALES. Available at: https://scales.arabpsychology.com/stats/how-do-i-calculate-the-average-by-group-in-google-sheets/.
[1] stats writer, "How do I calculate the average by group in Google Sheets?," PSYCHOLOGICAL SCALES, vol. X, no. Y, ص Z-Z, June, 2024.
stats writer. How do I calculate the average by group in Google Sheets?. PSYCHOLOGICAL SCALES. 2024;vol(issue):pages.
