Skip to main content

AVERAGEIFS

Averages values in average_range where ALL criteria match. Returns #DIV/0! if no rows match.

CategoryAggregate
SyntaxAVERAGEIFS(average_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)

Parameters

ParameterRequiredDescription
average_rangeRequiredThe range of cells to average.
criteria_range1RequiredThe first range to evaluate against criteria1.
criteria1RequiredThe criteria to apply to criteria_range1.
criteria_range2OptionalAdditional range to evaluate.
criteria2OptionalAdditional criteria.

Example

AVERAGEIFS(range, criteria)

Auto-generated from the EngCanvas function registry.