Sum Values That Meet Multiple Conditions
You need a total that only includes certain rows — revenue for one region, spend in one category, hours for one project — instead of summing the whole column.
Excel & Google Sheets
This formula works in both Excel and Google Sheets.
How it works
SUMIFS adds up values from C2:C20, but only for rows where column A equals Sales and column B is greater than 100. Note the argument order: the range to sum comes first, then the condition pairs. This is the reverse of the older SUMIF, which puts the sum range last — a regular source of confusion.
When to use it
Use SUMIFS for any conditional total: revenue by rep, expenses by month, quantities by warehouse. For a full breakdown by every category at once, a pivot table is usually better.
Common mistakes
Did this formula help?
Engine-verified against the sample data aboveLast reviewed 2026-07-08