Google Sheets AVERAGE Function Explained with Examples

Last Updated : 30 Sep, 2025

The AVERAGE function calculates the arithmetic mean of a set of numbers by summing all values in a specified range and dividing by the count of numeric values. It automatically ignores text, empty cells, and errors, making it reliable for real-world datasets.

How It Works

  1. Sum Calculation: Adds all numeric values in the specified range.
  2. Count Calculation: Counts only cells containing numbers (ignores blanks, text, and errors).
  3. Mean Computation: Divides the sum by the count to return the average.

Key Feature: Unlike manual averaging, AVERAGE handles irregular datasets gracefully by skipping non-numeric entries.

AVERAGE Function Syntax

=AVERAGE(value1, [value2,])

Parameters:

  • value1: Required. A number, cell reference, or range (e.g., A1, A1:A10).
  • [value2,]: Optional. Additional numbers, cell references, or ranges (up to 255 arguments).

Return Value: A single numeric value representing the average.

1. How to Use the AVERAGE Function in Google Sheets

To calculate the average of a range of numbers in Google Sheets, follow these steps:

Step 1: Select the Cell for the Result

Choose the cell where you want the average result to appear. For example, select cell B2.

Google Sheets AVERAGE Function
Select the Cell

Step 2: Identify the Range of Numbers

Decide which range of cells contains the numbers for which you want to calculate the average. For example, A2 to A6.

Step 3: Enter the AVERAGE Formula

In the selected cell (B1), type the formula:

=AVERAGE(A2:A6)

where,

  • A1:A5: This is the range of cells that contain the numbers you want to calculate the average for. The colon (:) signifies the range, meaning the function includes all cells from A1 to A5.
  • =AVERAGE: This is the function that tells Google Sheets to calculate the average of the numbers in the specified range.
Google Sheets AVERAGE Function
Enter the AVERAGE Formula

Step 4: Press Enter to Get the Result

Hit Enter to apply the formula. The result in B1 will display the average of the values in A1 to A5.

Google Sheets AVERAGE Function
Press Enter to See Results

Also Read:

Conclusion

The Google Sheets AVERAGE function is a powerful tool for quickly calculating the mean of a range of numbers. By using the formula =AVERAGE(range), users can easily compute the average of selected data. This function helps in various contexts, such as analyzing performance metrics, summarizing data, and identifying trends. Whether working with small or large data sets, the AVERAGE function simplifies the process and ensures accurate results. Its ease of use and versatility make it an essential function in Google Sheets for both basic and advanced data analysis.

Syntax of Google Sheets AVERAGE Function

Here is the syntax of Google Sheets AVERAGE Formula:

=AVERAGE(value1, [value2, ...])
  • value1, value2, ...: The numbers or ranges of cells you want to calculate the average for. You can input up to 30 individual values or ranges.

How to Use the AVERAGE Function in Google Sheets

To calculate the average of a range of numbers in Google Sheets, follow these steps:

Step 1: Select the Cell for the Result

Choose the cell where you want the average result to appear. For example, select cell B2.

Google Sheets AVERAGE Function
Select the Cell

Step 2: Identify the Range of Numbers

Decide which range of cells contains the numbers for which you want to calculate the average. For example, A2 to A6.

Step 3: Enter the AVERAGE Formula

In the selected cell (B1), type the formula:

=AVERAGE(A2:A6)

where,

  • A1:A5: This is the range of cells that contain the numbers you want to calculate the average for. The colon (:) signifies the range, meaning the function includes all cells from A1 to A5.
  • =AVERAGE: This is the function that tells Google Sheets to calculate the average of the numbers in the specified range.
Google Sheets AVERAGE Function
Enter the AVERAGE Formula

Step 4: Press Enter to Get the Result

Hit Enter to apply the formula. The result in B1 will display the average of the values in A1 to A5.

Google Sheets AVERAGE Function
Press Enter to See Results

Also Read:

Conclusion

The Google Sheets AVERAGE function is a powerful tool for quickly calculating the mean of a range of numbers. By using the formula =AVERAGE(range), users can easily compute the average of selected data. This function helps in various contexts, such as analyzing performance metrics, summarizing data, and identifying trends. Whether working with small or large data sets, the AVERAGE function simplifies the process and ensures accurate results. Its ease of use and versatility make it an essential function in Google Sheets for both basic and advanced data analysis.

Comment