Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

How to Use the SUMIF Function in Excel: What Is SUMIF Function

What Is SUMIF Function is the focus of this article. The SUMIF function in Excel is a function used to compute values ??in a specified range.

Table of Contents

How to Use the SUMIF Function in Excel: What Is SUMIF Function covers the essential facts behind the topic, including what changed, why it mattered, and how it affected users.

Introduce

How to Use the SUMIF Function in Excel: What Is SUMIF Function – Introduce

Purpose

Sum the numbers in the range that meet the criteria provided.

Search for Value

Total value provided.

Syntax

= SUMIF (range, criteria, [sum_range])

Parameters

Range: Range of cells you want to evaluate according to criteria. The cells in each range must be numbers or names, arrays or references containing numbers. Empty values ??and text values ??are ignored. The selected range may contain dates in the standard Excel format.

Criteria: Criteria for determining added values.

Sum_range: (optional) Values ??are appended. If sum_range is removed, the cells in the scope of the evaluation will be replaced.

Attention

  • When sum_range is ignored, cells in the range will be added.
  • A defined area containing mathematical symbols or symbols must be enclosed in quotation marks.
  • The range of numeric format that can be supplied is the number that will not have to use parentheses.
  • The characters? And * can all be used in Criteria. A question mark matches any single character; an asterisk matches any character string. If you want to find a real question mark or asterisk, type the tilde (~) before the character.

How to Use SUMIF in Excel

Let's explore the SUMIF calculation.

Suppose we have the following revenue table:

How to Use the SUMIF Function in Excel: What Is SUMIF Function – How to Use SUMIF in Excel (2)

Exercise: To find the total revenue of the northern region.

Try applying the SUMIF function to solve the problem.

Range: Select the column containing "North"

How to Use the SUMIF Function in Excel: What Is SUMIF Function – How to Use SUMIF in Excel (3)

Criteria: Enter the "North" area - North. Note: Entering "North" or "= North" is fine.

How to Use the SUMIF Function in Excel: What Is SUMIF Function – How to Use SUMIF in Excel (4)

Sum_range: Select the column to be added after evaluating the criteria.

How to Use the SUMIF Function in Excel: What Is SUMIF Function – How to Use SUMIF in Excel (5)

After applying this calculation, our results are 490688, the sum of D3, D7, D10.

How to Use the SUMIF Function in Excel: What Is SUMIF Function – How to Use SUMIF in Excel (6)

A Few Examples of SUMIF

Example 1: Suppose there is a table as follows and we need to find the total quantity sold in the Eastern region.

How to Use the SUMIF Function in Excel: What Is SUMIF Function – A Few Examples of SUMIF (7)

To find the result, we need to apply the calculation: = SUMIF (B3: B11, "East", C3: C11)

And the calculation result is 129.

Example 2: In the same revenue table, write the formula to calculate the total amount before the "January 1, 2013".

How to Use the SUMIF Function in Excel: What Is SUMIF Function – A Few Examples of SUMIF (8)

In this case, we use the calculation: = SUMIF (A3: A11, "

Example 3: In this example, we have a list of items by some schools participating in regional events. The task is to find the total number of C medals achieved in events.

How to Use the SUMIF Function in Excel: What Is SUMIF Function – A Few Examples of SUMIF (9)

We use calculation = SUMIF (C3: C11, "School C", D3: D11)

And yes D5 + D7 + D9 has results 24.

FAQ

How does What is SUMIF function work?

How to Use the SUMIF Function in Excel: What Is SUMIF Function covers the essential facts behind the topic, including what changed, why it mattered, and how it affected users.

What should you prepare before using this method?

Introduce Purpose Sum the numbers in the range that meet the criteria provided.

What should you do if the process does not work as expected?

Search for Value Total value provided.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.