IntermediateMath Functions
Total sales for a region and month with SUMIFS
Apply two conditions at once to a conditional sum.
SUMIFS
9 min25 points
Adds up values that meet several conditions at once.
SUMIFS(sum_range, criteria_range1, criteria1, ...)
Math Functions.
=SUMIFS(B2:B9,C2:C9,"East",D2:D9,"Oct")
Returns 9,325
Totals October orders from the East region only.
SUMIFS reverses SUMIF's argument order — the sum range comes FIRST. Getting this backwards is the single most common mistake with it.
Knowing what a function does and being able to write it from memory are different skills. These close the gap.