Back to functions
Statistical2026-03-187 related articles

AVERAGE Function in Excel

Return the arithmetic mean of the numbers in a range or list of values.

Syntax

AVERAGE(number1, [number2], ...)

Arguments

number1

Required

The first number, cell, or range to average.

number2

Optional

Additional numbers, cells, or ranges to include.

What it returns

Returns the arithmetic mean of the numeric inputs.

What AVERAGE does

AVERAGE calculates the arithmetic mean of the numbers you provide. It is one of the most common statistical functions in Excel and is useful for reports, summaries, and KPI monitoring.

Practical examples

Average a range

=AVERAGE(B2:B12)

This returns the mean of the numeric values in the range.

Average selected cells and ranges together

=AVERAGE(B2:B12,D2:D12,F2)

AVERAGE can combine multiple inputs in a single formula.

Common mistakes and notes

Blank cells and text behave differently

AVERAGE ignores blank cells and text in references, but numbers stored as text may still cause data-quality issues elsewhere in the workbook.

Outliers affect the result

An average can be skewed by unusually large or small values, so always interpret it in context.

Related functions

Related articles

Deep dives, troubleshooting guides, and practical examples that use AVERAGE.

FormulasBeginner
2026-04-08

How to Calculate Percentage Change in Excel

Learn the percentage change formula in Excel, including examples for increases, decreases, percentage formatting, and avoiding divide-by-zero errors....

#percentages#formulas#math
7 min read
Read Article
General Updates
2019-08-22

How to Calculate Z Score in Excel: What You Need to Know

Getting some clarity on the topic will make it that much easier to learn how to calculate a z-score in Excel when the time comes....

9 min read
Read Article
BeginnerFormulas
2018-04-17

How to Use the AVERAGE Function in Excel

To figure out the average of a group of numbers, makes it easier for you to analyze important data. Learn how to use the average function in Excel right here....

#math#functions
6 min read
Read Article
FeaturesIntermediate
2011-04-18

Total Row Formulas in Excel Tables

Excel Tables have a Total Row that can be toggled on and off from the Ribbon. Several functions are available when the Total Row is turned on. In Excel 2010 and...

4 min read
Read Article
FeaturesFormulasIntermediate
2010-10-19

A Sparkline Example in Excel 2010

Create a dynamic range sparkline graphic to show the last seven data points. Sparklines are new in Excel 2010 and don't work with earlier versions....

3 min read
Read Article
FormulasIntermediate
2010-10-16

Put an OFFSET Formula Inside a Named Range

Create a Named Range using a formula with the OFFSET Function to capture the last 7 days of a range....

1 min read
Read Article
FormulasIntermediate
2010-10-14

The OFFSET Function - Last 7 Data Points

Use the OFFSET Function to return the last 7 rows of a range....

3 min read
Read Article

Official documentation