- Home
- SUMIFS function
SUMIFS function
The SUMIFS function is one of the math and trigonometry functions. It is used to add all the numbers in the selected range of cells based on multiple criteria and return the result.
Syntax
SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)
The SUMIFS function has the following arguments:
Argument | Description |
---|---|
sum_range | The range of cells to sum. |
criteria_range1 | The first selected range of cells to apply the criteria1 to. |
criteria1 | The first condition that must be met. It is applied to the criteria_range1 and used to determine the cells in the sum_range to sum. It can be a value entered manually or included into the cell you make reference to. |
criteria-range2, criteria2, ... | Additional ranges of cells and their corresponding criteria. These arguments are optional. |
Notes
You can use wildcard characters when specifying criteria. The question mark "?" can replace any single character and the asterisk "*" can be used instead of any number of characters.
How to apply the SUMIFS function.
Examples
The figure below displays the result returned by the SUMIFS function.
Host ONLYOFFICE Docs on your own server or use it in the cloud
Article with the tag:
Browse all tags