Adds (sums) a number of cells in a range matching criteria you specify.
Syntax
SUMIF (range, criteria, {sum_range})
Arguments
range- range of cells to be evaluated.
criteria - an expression which evaluates the cells in the range.
sum_range - the actual cells to sum.
Example
To be determined...