SUMIF

SUMIF sum of the cells in actual_range for which the corresponding cells in the range meet the given criteria

Synopsis

SUMIF(range,criteria,actual_range)

Arguments

range: cell area

criteria: condition for a cell to be summed

actual_range: cell area, defaults to range

Note

If the actual_range has a size that differs from the size of range, actual_range is resized (retaining the top-left corner) to match the size of range.

Microsoft Excel Compatibility

This function is Excel compatible.

See also

SUM, COUNTIF.