SheetRocks
Documentation/Formulas/AVERAGE

AVERAGE

Returns the average of given arguments. Text is ignored.

Syntax

AVERAGE(value1, [value_n])

Arguments

Argument Description Required
value1 The first number or range for which to find the average value. Required
value_n Additional values or ranges for which to find the average value; up to 255 arguments. Optional

Examples

Average of individual numbers

=AVERAGE(10, 7, 9, 27, 2)
Result ⇒ 11

Average of range

=AVERAGE(A1:A5)
Result ⇒ 11
A
1 10
2 7
3 9
4 27
5 2

Average with mixed numbers and ranges

=AVERAGE(A1:A2, 10, 20)
Result ⇒ 12.5
A
1 5
2 15

Related Functions

Other Statistical functions:


← Back to Formula Reference