Excel - COUNTIFS and SUMIFS Tutorial
In this video, you will learn about COUNTIFS and SUMIFS functions in Microsoft 365. The video covers how to determine the number of salespeople by region who have 50 or more orders using the COUNTIFS function.
It also demonstrates how to calculate the total sales by region where the salesperson has 50 or more orders using the SUMIFS function.
This tutorial will help you understand and apply these functions effectively in Microsoft 365.
- 5:30
- 4709 views
-
Excel - How things are organized
- 1:58
- Viewed 4310 times
-
Excel - A closer look at the ribbon
- 3:55
- Viewed 4547 times
-
Excel - Start using Excel
- 4:22
- Viewed 4636 times
-
Excel - Create a PivotTable and analyze your data
- 1:35
- Viewed 4235 times
-
Excel - How to create a table
- 2:11
- Viewed 4076 times
-
Excel - Functions and formulas
- 3:24
- Viewed 4674 times
-
Excel - Use slicers to filter data
- 1:25
- Viewed 4063 times
-
Excel - Introduction to Excel
- 0:59
- Viewed 4246 times
-
Remove a watermark
- 2:20
- Viewed 31052 times
-
Activate the features of Teams Premium
- 3:48
- Viewed 17256 times
-
Create a quick poll in Outlook with Microsoft Forms
- 3:38
- Viewed 14685 times
-
Collapsible headings
- 3:03
- Viewed 13973 times
-
Change the default font for your emails
- 1:09
- Viewed 13201 times
-
How do I prevent the transfer of an email?
- 2:07
- Viewed 12859 times
-
How to recall or replace a sent email in Outlook Web
- 0:53
- Viewed 12744 times
-
Protect a document shared by password
- 1:41
- Viewed 10972 times
-
Create automatic reminders
- 4:10
- Viewed 10795 times
-
Morph transition
- 0:43
- Viewed 9945 times
-
Remove a watermark
- 2:20
- Viewed 31052 times
-
Activate the features of Teams Premium
- 3:48
- Viewed 17256 times
-
Create a quick poll in Outlook with Microsoft Forms
- 3:38
- Viewed 14685 times
-
Collapsible headings
- 3:03
- Viewed 13973 times
-
Change the default font for your emails
- 1:09
- Viewed 13201 times
-
How do I prevent the transfer of an email?
- 2:07
- Viewed 12859 times
-
How to recall or replace a sent email in Outlook Web
- 0:53
- Viewed 12744 times
-
Protect a document shared by password
- 1:41
- Viewed 10972 times
-
Create automatic reminders
- 4:10
- Viewed 10795 times
-
Morph transition
- 0:43
- Viewed 9945 times
-
Copilot Agents: Analyst
- 03:05
- Viewed 32 times
-
Copilot Agents: Research
- 02:11
- Viewed 38 times
-
Create a Story with Copilot
- 01:19
- Viewed 32 times
-
Create a Draft with Copilot
- 01:35
- Viewed 38 times
-
Clean Up a Table with Copilot
- 01:33
- Viewed 30 times
-
Differentiate Between Copilot Versions
- 02:04
- Viewed 37 times
-
Decode the impact of your communication campaigns
- 02:51
- Viewed 141 times
-
Use Copilot to draft a communication
- 02:18
- Viewed 150 times
-
Create visuals without design skills
- 03:54
- Viewed 153 times
-
Create a brand kit to set the tone
- 03:21
- Viewed 216 times
Objectifs :
This video aims to teach viewers how to use the COUNTIFS and SUMIFS functions in Excel to analyze sales data by region, specifically focusing on salespeople with 50 or more orders.
Chapitres :
-
Introduction to COUNTIFS Function
The COUNTIFS function is used to count the number of salespeople in a specific region who have 50 or more orders. To begin, select the cell range for the region and press F4 to create an absolute cell reference. This allows the reference to remain constant when copying the formula. The criteria for this example is set to 'East', and the threshold for orders is specified in cell G2. -
Evaluating Salespeople in the East Region
In the East region, we find that there is one salesperson with 50 or more orders. The function first checks how many cells in the region cell range (B7) are equal to 'East'. In this case, there are two salespeople: Bob and Sue. Next, it evaluates how many of these have orders greater than or equal to 50, which in this case is only Bob. -
Understanding COUNTIFS Syntax
The COUNTIFS function requires at least one criteria range and one corresponding criterion. The syntax is as follows: - Criteria range 1: Required, the first range evaluated. - Criteria 1: Required, the criterion for criteria range 1. - Criteria range 2 and criteria 2: Optional, additional ranges and criteria. Each additional range must match the dimensions of criteria range 1. Wildcard characters like '?' and '*' can be used in criteria. -
Using SUMIFS Function for Sales Calculation
To calculate total sales by region for salespeople with 50 or more orders, we use the SUMIFS function. First, select the range of cells in the sales column as an absolute reference. Then, select the region column to evaluate the four regions, followed by the criteria for the East region (cell F2) and the criteria for orders (greater than or equal to 50 in cell G2). -
Calculating Total Sales for the East Region
In the East region, the total sales from sales reps with orders greater than or equal to 50 amount to 49,017. The function evaluates how many cells in the region column are equal to 'East', identifying Bob and Sue as the salespeople. It then checks who has orders greater than or equal to 50, confirming that only Bob meets this criterion. Finally, the function sums the sales figures for Bob, yielding the total sales. -
Understanding SUMIFS Syntax
The SUMIFS function adds cells in a range that meet multiple criteria. The syntax is as follows: - Sum range: Required, the range to sum (blank and text values are ignored). - Criteria range 1: Required, the first range evaluated. - Criteria 1: Required, the criterion for criteria range 1. - Additional criteria ranges and criteria are optional. Each cell in the sum range is summed only if all corresponding criteria are met. Wildcard characters can also be used. -
Next Steps: AVERAGEIFS Function
The next topic will cover the AVERAGEIFS function, which allows users to calculate the average of a range based on multiple criteria, similar to the COUNTIFS and SUMIFS functions.
FAQ :
What is the COUNTIFS function used for?
The COUNTIFS function is used to count the number of cells that meet multiple criteria across different ranges in Excel.
How do I use the SUMIFS function?
To use the SUMIFS function, specify the range of cells to sum, followed by the criteria ranges and their corresponding criteria. The function will add the values that meet all specified criteria.
What is the difference between COUNTIFS and SUMIFS?
COUNTIFS counts the number of cells that meet specified criteria, while SUMIFS adds the values of cells that meet those criteria.
Can I use wildcards in COUNTIFS and SUMIFS?
Yes, you can use wildcard characters like '?' for a single character and '*' for multiple characters in the criteria for both COUNTIFS and SUMIFS.
What does an absolute cell reference do?
An absolute cell reference keeps the cell reference constant when the formula is copied to other cells, ensuring that it always refers to the same cell.
How can I find the average of values based on multiple criteria?
You can use the AVERAGEIFS function, which calculates the average of cells that meet multiple specified criteria.
Quelques cas d'usages :
Sales Performance Analysis
Using the COUNTIFS function, a sales manager can analyze the number of salespeople in different regions who have achieved 50 or more orders, helping to identify top performers.
Regional Sales Summation
A business analyst can apply the SUMIFS function to calculate total sales for sales representatives in a specific region with orders greater than or equal to 50, aiding in regional performance assessments.
Sales Forecasting
By utilizing the AVERAGEIFS function, a company can forecast future sales by averaging the sales figures of representatives who meet certain criteria, such as having a minimum number of orders.
Performance Reporting
A sales team leader can create performance reports by using COUNTIFS and SUMIFS to evaluate the effectiveness of sales strategies across different regions and order volumes.
Data Validation
Using COUNTIFS, a data analyst can validate the integrity of sales data by checking how many entries meet specific criteria, ensuring accurate reporting and analysis.
Glossaire :
COUNTIFS
A function in Excel that counts the number of cells that meet multiple criteria across different ranges.
SUMIFS
A function in Excel that adds the values in a range that meet multiple criteria.
AVERAGEIFS
A function in Excel that calculates the average of cells that meet multiple criteria.
Absolute Cell Reference
A cell reference that remains constant when copied to other cells, indicated by the dollar sign (e.g., $A$1).
Criteria Range
The range of cells that is evaluated against a specified criterion in functions like COUNTIFS and SUMIFS.
Wildcard Characters
Special characters used in criteria to represent one or more characters; '?' represents a single character, and '*' represents multiple characters.
Cell Reference
A way to refer to a cell in Excel, which can be relative (changes when copied) or absolute (remains constant).
Cette formation pourrait intéresser votre entreprise ?
Mandarine Academy vous offre la possibilité d'obtenir des catalogues complets et actualisés, réalisés par nos formateurs experts dans différents domaines pour votre entreprise