SUMIF
Description
Adds the numbers specified as arguments, if a condition is met.
Syntax
SUMIF(
range
,
criteria
, [
sum_range
])
- range: The range of values, or cells, to test.
- criteria: The condition to test each value against.
- sum_range: The range of values, or cells, to add together. If not specified, the values in the range argument are summed.