Table of Contents
- ้ฆ้กต
- Excel Functions Guide & Examples
- Math & Statistical Functions
- How to Use SUMIFS in Excel
How to Use SUMIFS Function in Excel
Complete guide to Excel's powerful multi-criteria sum function with practical examples
Try SUMIFS Online
Test SUMIFS function directly in your browser - faster and easier than Excel
Drop Excel or CSV files here
SUMIFS Function Guide
Step-by-step instructions for using SUMIFS
Function Syntax
=SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)
Steps to Use
Select the cell where you want the sum result
Start with =SUMIFS(
Select the range containing values to sum (e.g., D2:D100)
Select the first criteria range (e.g., A2:A100)
Enter the first criteria (e.g., "Electronics" or ">1000")
Add more criteria ranges and conditions as needed (each in pairs)
Press Enter to complete the formula
Use Cases
Sales Analysis
Sum sales based on region, product category, and date ranges
Expense Tracking
Calculate total expenses by department and time period
Performance Metrics
Analyze performance data based on multiple conditions
Tips & Notes
- 1Sum range and all criteria ranges must be the same size (rows and columns)
- 2Text criteria must be enclosed in double quotes (e.g., "Sales")
- 3Numeric criteria can use comparison operators (e.g., ">5000", "<=100")
- 4Date criteria should use the proper format (e.g., ">="&DATE(2023,1,1))
- 5You can use wildcards (* for any sequence of characters, ? for any single character) in text criteria
- 6Criteria are combined with AND logic (all conditions must be met)
- 7Up to 127 criteria pairs (range and condition) can be used
- 8To implement OR logic, create multiple SUMIFS formulas and add them together
Frequently Asked Questions about SUMIFS
Common questions and solutions for Excel SUMIFS function