1. Open your Google Sheet and locate the column with your numbers
Use Google Sheets to open the spreadsheet where your list of numbers is stored. Make sure the numbers are in a single column (e.g., Column B).
2. Select an empty cell where you want the average displayed
Click into an empty cell beneath or beside your list to insert the average result.
3. Use the AVERAGE
formula to calculate the mean
Type =AVERAGE(B2:B11)
if your numbers are in cells B2
through B11
. Adjust the range as needed for your data.
4. Press Enter
to display the result
Google Sheets will calculate and display the average of the selected range in the cell where you entered the formula.
5. (Optional) Format the average result for clarity
If needed, format the result as a number with fewer decimal places by going to the toolbar and selecting Format
> Number
> Number
.