Locked lesson.
About this lesson
Illustration and issues with the SUMIFS function.
Exercise files
Download this lesson’s related exercise files.
SUMIFS.xlsx9.8 KB SUMIFS - Solution.xlsx
9.8 KB
Quick reference
SUMIFS
Discover how to use SUMIFS function in a formula.
When to use
SUMIFS is similar to the SUMIF function. The key difference is that the range to be conditionally summed, Sum_range, is the first argument of the function rather than the last. This is so there is never any confusion regarding what is to be totaled.
Instructions
Overview
- Adds the cells specified by given criteria
- Syntax: SUMIFS(sum_range, criteria_range1,criteria1,…)
- sum_range are the actual cells to add if their corresponding cells in range match criteria
- criteria_range1 is the range of cells that you want evaluated by criteria1
- criteria1 is the criterion in the form of a number, expression, or text that defines which cells will be added
Example
- sum_range are the actual cells to add if their corresponding cells in range match criteria (F5:F16)
- criteria_range1 is the range of cells that you want evaluated by criteria1 (B5:B16)
- criteria1 is the criterion in the form of a number, expression, or text that defines which cells will be added (J4)
- Finish the formula by selecting the criteria_range2, criteria_range3 and criteria_range4 based in the criteria in cells J5-J7
- So, to find the Jo’s sales for Business Unit A in the North region with tax, with in the above example, you can use the formula =SUMIFS(F5:F16,B5:B16,J4,C5:C16,J5,D5:D16,J6,E5:E16,J7) (which is $500)
Lesson notes are only available for subscribers.