Table of Contents
This article provides a clear overview of Sumif and Sumifs Functions in Excel, with the main facts, useful context, and practical details organized for easy reading.
Sumif Function - the Function to Sum Using a Condition
Arguments
- Range: data range of conditions.
- Criteria: Conditions for summing.
- sum_range: The data area you may need to sum.
Meaning of the function: conditional sum function.
Example
Calculating the total amount sold of the item with the code "SD1M2".

Sumifs Function - Sum Function Uses Multiple Conditions
Syntax
(sum_range, criteria_range1, criteria1, criteria_range2, criteria1,.).
Arguments
- Sum_range: The data area to be summed (only counting cells with numeric data types, text values ignored).
- criteria_range1: data area containing the value of condition 1.
- criteria1: The search condition corresponds to the criteria_range1 data area.
- criteria_range2: the data area containing the value of condition 2.
- criteria2 : The search condition corresponds to the criteria_range2 data area.
Similarly if there are many search conditions there will be criteria n with n <= 255.
Example
Calculating the total amount of money sold on April 18, 2015 with the code "SD1M2".
The total values must satisfy both conditions simultaneously to be summed.

Some Examples of Using Sumif and Sumifs Functions.
Calculate the total amount of money sold on 18/4/2015 with the number = 5.

Calculating the total amount of money sold on 04/18/2015 with item code "SD1M2" with the quantity equal to 2.

You have to pay attention in this article I to format the column number of the text so when writing the conditional value function to the string. If you convert the column number format to number slightly changed when writing commands. Depending on the data type you customize accordingly.

FAQ
What is the main focus of Sumif and Sumifs Functions in Excel?
The article explains the most important facts, context, and practical details related to Sumif and Sumifs Functions in Excel.
Who may find this information useful?
It is useful for readers who want a clear overview, practical context, and a better understanding of the subject.
What should readers verify before taking action?
Check current product versions, official requirements, regional availability, and any details that may have changed since the original publication.
Reader Comments 0
Sign in with email or Google to join the discussion.