In this beginner-friendly tutorial, Microsoft Certified Trainer Allison Gonzalez from Pragmatic Works walks viewers through the functionality and versatility of the SUMIFS function in Microsoft Excel. This tool is incredibly useful when summing data based on multiple conditions, making it a must-know feature for anyone working with spreadsheets and datasets.
The SUMIFS function calculates the total of a numeric range based on one or more conditions. Unlike the simpler SUMIF, SUMIFS supports up to 127 condition pairs, making it more robust and flexible.
The syntax for the SUMIFS function is:
=SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)
Where:
Allison suggests using SUMIFS by default—even for single-condition calculations—because its structure is consistent and scalable for future needs.
To demonstrate how SUMIFS works, Allison uses a sample dataset containing fall-themed products (e.g., apples, pumpkins) sold by herself and a colleague named Angelica.
"A*" to find products starting with “A”.This returns the total quantity of products starting with "A" that Angelica sold, e.g., 3 apples.
Allison shows how easily this formula can be modified:
This dynamic nature allows users to analyze data across multiple dimensions without rewriting the entire formula.
The tutorial also covers how to exclude a specific condition. For example, to sum all products sold by Allison except apples, use:
"<>Apples" (not equal to Apples)This returns a total of all non-apple products sold by Allison.
SUMIFS is structurally different from SUMIF, but more scalable.* for partial text matching and <> for exclusions.Allison encourages viewers to explore this function and tailor it to their own datasets. It's a powerful Excel skill that saves time and enhances data analysis capabilities.
Don't forget to check out the Pragmatic Works' on-demand learning platform for more insightful content and training sessions on Excel and other Microsoft applications. Be sure to subscribe to the Pragmatic Works YouTube channel to stay up-to-date on the latest tips and tricks.