Skip to main content

AVERAGEIF

Averages cells that meet a criteria.

CategoryAggregate
SyntaxAVERAGEIF(range, criteria, [average_range])

Parameters

ParameterRequiredDescription
rangeRequiredThe range of cells to evaluate against the criteria.
criteriaRequiredThe criteria in the form of a number, expression, or text that defines which cells will be averaged.
average_rangeOptionalThe actual cells to average. If omitted, the cells in range are averaged.

Example

AVERAGEIF(A1:A10, "<>0")      // Average non-zero values

Auto-generated from the EngCanvas function registry.