Skip to content

SUMIFS

Math & Trig

SUMIFS helps you perform mathematical and trigonometric calculations for everyday analysis workflows.

Overview

Start with "=" then enter SUMIFS(sum_range, criteria_range1, criteria1, ...). Keep argument order as shown and use cell ranges where appropriate.

Backend scalar pathComplete docs

Syntax & Arity

=SUMIFS(sum_range, criteria_range1, criteria1, ...)

3+ arguments

Arguments

ArgumentRequiredTypeDescription
sum_rangeRequiredSingleRange of values to sum.
criteria_range1RequiredSingleRange evaluated against a condition.
criteria1RequiredSingleCondition used to include matching values.

Example Inputs & Outputs

Formula

=SUMIFS(B1:B10,A1:A10,">=5")

Example Output

120

Sums values where one or more criteria are matched.

Related Functions