Skip to main content
Version: Streamsheets 3.0

AVERAGE

Returns the average of specified cell values. Values which do not represent a number are ignored.

Syntax

=AVERAGE(Value1, [Value2, ...])

Arguments

NameTypeDescription
Value1RangeCell or cell-range to calculate average for.
Value2, ... (optional)RangesAdditional Cells or cell-ranges to calculate average for.

Return

TypeDescription
NumberThe average over all specified cell values.

Examples

FormulaResultComment
=AVERAGE(4, 5, 6, 7)
5.5Average is 5.5