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

The Sumifs Function, How to Use Multiple Conditional Calculation

Get a clear overview of The Sumifs Function, How to Use Multiple Conditional Calculation, why it matters, and what readers should know.

Table of Contents

This updated guide examines The Sumifs Function, How to Use Multiple Conditional Calculation and organizes the essential facts, background, and practical takeaways in clear American English.

  • MS Excel - Lesson 5: Excel formulas and functions
  • How to combine Sumif and Vlookup functions in Excel
  • 3 ways to calculate totals in Excel
  • How to fix the SUM function doesn't add up in Excel

Instructions for using SUMIFS function in Excel

The SUMIFS function syntax in Excel takes the form = SUMIFS (sum_range, criteria_range1, criteria1, criteria_range2, criteria2,.).

Inside:

  • sum_range: is the cells to be summed in the data table, empty values and text values are ignored, required parameters are required.
  • criteria_range1: the range to be checked by the criteria1, is the required value.
  • criteria1: applied condition for criteria_range1, it can be a number, expression, cell reference to determine which cell in criteria_range1 will be summed, which is also a required value.
  • criteria_range2, criteria2,.: optional additional ranges and conditions, as many as 127 criteria_range, criteria pairs.

Note when using SUMIFS function in Excel:

  • Each cell in the region, sum_range scope will be summed when all the corresponding conditions specified are correct for that cell.
  • The cells in sum_range that contain TRUE are treated as 1, the cells not yet FALSE are considered 0.
  • Each criteria_range must have the same selection size as sum_range, criteria_range, and sum_range must have the same number of rows and the same number of columns.
  • criteria can use a question mark character (?) instead of a single character, an asterisk (*) replaces a string. If the condition is a question mark or a star, then you must enter the previous ~, the condition value is the text in the sign '.

We will sum it up with the following data table with several different conditions.

The Sumifs Function, How to Use Multiple Conditional Calculation — contextual image 1

Example 1 : Calculating the total products that Hoai's staff sell with the unit price of under VND 400,000

In the input box, we enter the formula = SUMIFS (D2: D7, C2: C7, "Hoai", E2: E7, "<400000") and then press Enter.

In which D2: D7 area needs to calculate the total items, C2: C7 is the condition value area of the employee name, 'Hoai' is the condition that the employee name needs to count the number of items contained in the area C2: C7, E2: E7 is Item condition, '400,000' is the condition that contains the item in area E2: E7.

The Sumifs Function, How to Use Multiple Conditional Calculation — contextual image 2

Results out the number of items as shown below.

The Sumifs Function, How to Use Multiple Conditional Calculation — contextual image 3

Example 2 : Calculate the total number of items sold by Russian employees with a serial number<5.

In the input box, we enter the formula = SUMIFS (D2: D7, C2: C7, "= Russia", A2: A7, "<5") and press Enter.

The Sumifs Function, How to Use Multiple Conditional Calculation — contextual image 4

The result is that the total number of items sold by Russian employees has a number of

The Sumifs Function, How to Use Multiple Conditional Calculation — contextual image 5

Example 3 : Calculate the total number of products sold by Russian employees, except for scarves.

At the input box, we enter the formula = SUMIFS (D2: D7, C2: C7, 'Russia', B2: B7, '<> scarves'). Where <> is used to exclude an object in the data area as a condition.

The Sumifs Function, How to Use Multiple Conditional Calculation — contextual image 6

The results show the total number of products as shown below.

The Sumifs Function, How to Use Multiple Conditional Calculation — contextual image 7

Here are some examples of how to use SUMIFS, calculate the total value with multiple matching conditions. We have to sort out the appropriate areas and conditions, then Excel will recognize the function formula to calculate.

I wish you all success!

FAQ

What is The Sumifs Function, How to Use Multiple Conditional Calculation about?

It provides a structured overview of excel function, explains the main context, and highlights practical takeaways for readers.

Why does this topic matter?

Understanding the main concepts helps readers evaluate the issue, avoid common mistakes, and make better-informed decisions.

How should readers use this information?

Use the guidance as a practical starting point, confirm details that may have changed, and follow current product, safety, or security recommendations.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.