Skip to main content

MAXIFS

Returns the maximum value among cells that meet one or more criteria.

CategoryAggregate
SyntaxMAXIFS(max_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)

Parameters

ParameterRequiredDescription
max_rangeRequiredThe range of cells to find the maximum in.
criteria_range1RequiredThe first range to evaluate.
criteria1RequiredThe criteria to apply to criteria_range1.
criteria_range2OptionalAdditional range to evaluate.
criteria2OptionalCriteria to apply to criteria_range2.

Example

MAXIFS(range, criteria)

Auto-generated from the EngCanvas function registry.