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.
How to use the compound interest formula in Excel and gives examples of how to calculate the future value of an investment with yearly, monthly, or daily interest. It also shows you step-by-step how to make your own Excel compound interest calculator.
This video will help you to understand how you may use conditional formatting to highlight row based on conditions. Subscribe us for more updates
WORKDAY Function in Excel Are you working today? or Do you have Work Off or holiday today? I am asking this question because I am gonna tell you the most commonly used function in Excel…
This tutorial teaches the basics of correlation in Excel. It shows how to find a correlation coefficient, make a correlation matrix, and understand the results.
Correlation is one of the easiest calculations you can do in Excel. Even though it’s easy, it helps a lot in understanding how two or more things are related. Excel has all the tools you need to do a correlation analysis—you just need to know how to use them
SMALL function is used to get the Smallest k-th value from the range.
SMALL Function has two required arguments i.e. array, and k
MAX function is used to get the largest number in range or list of values. MAX function has one required argument i.e. number1