What is Excel SUMIFS Function?
Excel SUMIF Function sum up an array (a range of values) if condition is met. Excel SUMIFS function is an advanced version of SUMIF, allow you to set multiple conditions.
If you only need to apply one criteria, please read the use of SUMIF
Excel SUMIF Function
Syntax of Excel SUMIFS Function
SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2, ... criteria_range_n, criteria_n] )
sum_range
The actual cells to add, if you wa...
Read More