How to Use SUMIFS in Excel
Use SUMIFS to add values that meet one or more text, number or date criteria, with correctly sized and locked ranges.

Quick Answer
Use =SUMIFS(sum_range, criteria_range1, criteria1, ...) when you need to add values that meet multiple conditions. All ranges must have matching dimensions, text criteria use quotation marks and cell-reference criteria can be joined to operators with an ampersand.
What You Need
- Numeric values to total
- One or more criteria columns
- Excel worksheet
Safety Precautions
- Verify totals against a filtered sample.
- Keep source data types consistent.
Step-by-Step Instructions
- Step 1
Choose the sum range
Select the numeric cells to add.
- Step 2
Add the first criteria range
Select the same-sized range to test.
- Step 3
Enter the criterion
Use text, numbers, dates or a cell reference.
- Step 4
Add more criteria
Repeat criteria range and criterion pairs as needed.
- Step 5
Lock ranges
Use absolute references before copying.
- Step 6
Validate the result
Filter the data manually and compare a sample total.
Practical Example
=SUMIFS($D$2:$D$100,$A$2:$A$100,"East",$C$2:$C$100,">=1000") totals qualifying East-region values.
Common Mistakes
- Using mismatched range sizes
- Putting criteria before the sum range
- Treating numeric text as numbers
Troubleshooting
The result is zero
Check data types, spelling, spaces and criteria syntax.
Dates do not match
Use real Excel dates and construct operator criteria correctly.
Sources and Review
Reviewed by Pramod Tiwari, Editor; official-source verification on 2026-08-08.
- SUMIFS function — Microsoft Support
Helpful Internal Links
FAQs
What is the difference between SUMIF and SUMIFS?
SUMIFS supports multiple criteria and uses sum_range first.
Can criteria refer to cells?
Yes, including operators joined with an ampersand.
Can it use wildcards?
Text criteria can use supported wildcard characters.
Related Guides
How to Create a Pivot Table in Excel
Learn how to create a pivot table in Excel, prepare data, choose fields, summarize values, refresh results, avoid mistakes, and read FAQs.
How to Combine Two Columns in Excel
Learn how to combine two columns in Excel using formulas, ampersand, TEXTJOIN, Flash Fill, separators, mistakes, troubleshooting, and FAQs.
How to Apply Conditional Formatting in Excel
Highlight values, duplicates, dates or formula-based conditions in Excel and manage rule order and cell references.
Help us improve this guide
Tell us about an outdated instruction, unclear step, broken link or safety concern. Do not include passwords, account numbers, medical records or other sensitive information.