This function will add cells that meet several criteria.
Syntax:
=SUMIFS (sum_range, range1, criteria1, [range2], [criteria2], …)
Parameter list:
Unlike the SUMIF function, the SUMIFS function may examine many sets of criteria at the same time.
The first parameter will be added together. The criteria are to be presented in pairs, with the first pair being required and the remaining pairs being optional. Up to 127 range/criteria pairs can be entered.
Using wildcard characters in criteria1 and criteria2 such as the question mark (?) and asterisk (*) might help you locate matches that are similar but not precise.
A question mark corresponds to any single character. Any character sequence is matched by an asterisk. To discover a genuine question mark or asterisk, insert a tilde () before the question mark.
The sum range must have the same number of rows and columns as each higher ultimate.
Non-numeric criteria must be surrounded by double quotes, whereas numeric criteria do not.
Ask Your Query