Excel Function SUMIFS is used to get the “total sum” of values for matching criteria across range.
SUMIFS Function is used to get total sum with more than one criteria. It has required arguments i.e. sum_range, criteria_range1, criteria1 and Optional arguments i.e. [criteria_range2, criteria2]… We can place add more than one range to include multiple criteria or conditions.
SUMIFS function is used to get the “total sum” of values for matching criteria across range.
SUMIFS Function has required arguments i.e. sum_range, criteria_range1, criteria1 and Optional arguments i.e. [criteria_range2, criteria2]… We can place add more than one range to include multiple criteria or conditions.
The syntax is as follows:
SUMIF(range, criteria, [sum_range])
sum_range argument is used to give cell range; those are to be added together as per the criteria mentioned below
criteria_range1 argument is used to give the range in which criteria1 needs to find
criteria1 argument is used to give criteria for sum. We can give value (example “A”, >10, 50) or cell reference# (example: E2) in this argument
[criteria_range2] optional argument is used to give the ANOTHER range in which criteria2 needs to find
[criteria2] optional argument is used to give criteria2 for sum. Value or cell reference# can be given.
Kindly note, we can add multiple criteria in the function by separating them with Comma (,)
We will be using SUMIF function as follows:
Hope you learnt this Function,
Don’t forget to leave your valuable comments!
If you liked this article and want to learn more similar tricks, please Subscribe us.
Excel Function COUNTIF COUNTIF Excel Function is also one of the most used function in excel. This helps the user to calculate the number of counts based on single logic given by the user. You…
This quick tutorial explains the basics of external references in Excel and shows how to reference another sheet or workbook in your formulas.
In this tutorial, you’ll learn what an Excel array formula is, how to enter it properly, and how to use array constants and array functions.
Array formulas are a very powerful tool in Excel, allowing you to do multiple calculations with a single formula. One array formula can replace many regular formulas. However, most users—around 90%—have never used them because they seem intimidating to learn.
Array formulas are known to be one of the trickiest Excel features to understand. The goal of this tutorial is to make learning them as easy and simple as possible
Microsoft Excel is a useful tool for analyzing data and conducting statistical research. The program includes numerous functions for performing various statistical calculations. One of the essential measures Excel supports is the weighted average.
TRIM function is used to remove the additional spaces (i.e. spaces before/after/between the words) except for single space between words.
Pie Chart is one of the ways of visual presentation of your data sets. Sometimes it makes easier to understand the data while visualizing.