Arguments
sum_range- The cells to add. Note this comes first, unlike SUMIF.criteria_range1- The first range to test.criteria1- The first condition.
Adds cells that meet multiple conditions across several ranges.
Syntax
=SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2], …)sum_range - The cells to add. Note this comes first, unlike SUMIF.criteria_range1 - The first range to test.criteria1 - The first condition.=SUMIFS(C2:C50, A2:A50, "West", B2:B50, ">100")Returns: Sum of C where A is West AND B > 100
Every criteria pair must be true for a row to be included.
Yes. SUMIFS uses the same syntax in Google Sheets and LibreOffice Calc, so you can paste these formulas straight across.