Skip to main content
Version: Streamsheets 2.5

DAVERAGE

Returns the average of a specified column in given data range.

Syntax

=DAVERAGE(DataRange, ColumnIndex, CriteriaRange)

Arguments

NameDescription
DataRangeCell range, that contains the data to evaluate. The range must include the field labels.
ColumnIndexColumn label or index to calculate average for.
CriteriaRangeSpecifies the conditions a row in cell range must fulfill. Must define at least one column with a label and a cell below which specifies the condition.

Return

The average of the matching column.

Examples

FormulaResultComment
=DAVERAGE(A5:C9,2,A2:C3)  
21.5Evaluates the average age in "Berlin"