Excel Function

AVERAGE

Returns the arithmetic mean.

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

Arguments

number1

Required

Specify the first number or range to calculate.

number2

Optional

Optional second argument; leave blank when not needed.

Practice Preview

Use AVERAGE to calculate the average of Sales in column D. You can set ranges by dragging from the start cell to the end cell in the same argument field.

Example Table

#
AProduct ID
BProduct Name
CCategory
DSales
2P001AppleFood1200
3P002BananaFood980
4P003NotebookStationery450
5P004PenStationery300
6P005GrapesFood1500
7P006RulerStationery250
8P007PeachFood860

How to Use (Formula)

=AVERAGE(D2:D8)

Result

791.428571

Practice This Function

AVERAGE FAQ

How do I use AVERAGE in Excel?

Use AVERAGE when you want to calculate an average. Enter Target range, Additional range in that order, then add optional arguments when needed.

Where can I practice AVERAGE?

Use the "Start Function Practice" button to jump straight into AVERAGE drills.

What arguments does AVERAGE use?

The main arguments are Target range, Additional range. Start with the required ones, then add optional arguments if needed.