Google Sheets
0 Guide

How To Average a List of Numbers in Google Sheets

This is an Arcade

Learn how to average a list of numbers in Google Sheets using the built-in AVERAGE formula. Includes sample data and simple step-by-step instructions.

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.

Google Sheets
0 Guide

Ready to create quick,
interactive product demos?

Sign up
– it's free
{ "@context": "https://schema.org", "@type": "HowTo", "name": "How to Average a List of Numbers in Google Sheets", "description": "Learn how to average a list of numbers in Google Sheets using the built-in AVERAGE formula. Includes sample data and step-by-step instructions.", "step": [ { "@type": "HowToStep", "name": "Open your Google Sheet and locate the column with your numbers", "text": "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)." }, { "@type": "HowToStep", "name": "Select an empty cell where you want the average displayed", "text": "Click into an empty cell beneath or beside your list to insert the average result." }, { "@type": "HowToStep", "name": "Use the AVERAGE formula to calculate the mean", "text": "Type =AVERAGE(B2:B11) if your numbers are in cells B2 through B11. Adjust the range as needed for your data." }, { "@type": "HowToStep", "name": "Press Enter to display the result", "text": "Google Sheets will calculate and display the average of the selected range in the cell where you entered the formula." }, { "@type": "HowToStep", "name": "Format the average result for clarity", "text": "If needed, format the result as a number with fewer decimal places by going to the toolbar and selecting Format > Number > Number." } ] }