Excel SUMIFS Function

Summary

SUMIFS is a function to sum cells that meet multiple criteria. SUMIFS can be used to sum values when adjacent cells meet criteria based on dates, numbers, and text. SUMIFS supports logical operators (>,<><>,=) and wildcards (*,?) for partial matching.

Purpose

Sum cells that match multiple criteria

Return value

The sum of the cells that meet all criteria

Syntax

=SUMIFS (sum_range, range1, criteria1, [range2], [criteria2], ...)

Arguments

Usage notes

SUMIFS sums cells in a range that match supplied criteria. Unlike the SUMIF function, SUMIFS can apply more than one set of criteria, with more than one range. The first range is the range to be summed. The criteria is supplied in pairs (range/criteria) and only the first pair is required. For each additional criteria, supply an additional range/criteria pair. Up to 127 range/criteria pairs are allowed. Notes:

 

Excel SUMIFS Function

Summary

SUMIFS is a function to sum cells that meet multiple criteria. SUMIFS can be used to sum values when adjacent cells meet criteria based on dates, numbers, and text. SUMIFS supports logical operators (>,<><>,=) and wildcards (*,?) for partial matching.

Purpose

Sum cells that match multiple criteria

Return value

The sum of the cells that meet all criteria

Syntax

=SUMIFS (sum_range, range1, criteria1, [range2], [criteria2], ...)

Arguments

Usage notes

SUMIFS sums cells in a range that match supplied criteria. Unlike the SUMIF function, SUMIFS can apply more than one set of criteria, with more than one range. The first range is the range to be summed. The criteria is supplied in pairs (range/criteria) and only the first pair is required. For each additional criteria, supply an additional range/criteria pair. Up to 127 range/criteria pairs are allowed. Notes: