Skip to main content
Version: Streamsheets 2.5

AVERAGE

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

Syntax

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

Arguments

NameDescription
Value1Cell or cell-range to calculate average for.
Value2, ... (optional)Additional Cells or cell-ranges to calculate average for.

Return

The average over all specified cell values.

Examples

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