FormulaCraft

How to calculate an average in Excel and Google Sheets

Topic:AVERAGE & central tendency
Excel & Google Sheets
=AVERAGE(B2:B6)

Verified example

Computed by a real spreadsheet engine on the sample data below.

MonthScore
Jan85
Feb90
Mar78
Apr92
May88

=AVERAGE(B2:B6)86.6

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1Select the output cell.
  2. 2Type =AVERAGE(.
  3. 3Select or type the range of numbers, e.g. B2:B6.
  4. 4Close the parenthesis and press Enter.
  5. 5AVERAGE automatically ignores text and blank cells in the range.

Tips

Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.

Frequently asked

Does AVERAGE include blank cells?

No. Blank cells are ignored. Only cells with numeric values are included in both the numerator and denominator.

How is AVERAGE different from AVERAGEA?

AVERAGEA includes text cells (counted as 0) and logical TRUE/FALSE values. AVERAGE only counts numeric values.

More on AVERAGE & central tendency

See all →

Formulas used

Related tasks

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: