Sumif and Sumifs functions in Excel
Sumif function - The function to sum using a condition
Syntax: Sumif (range, criteria, sum_range).
Inside:
- Range: data range of conditions.
- Criteria: Conditions for summing.
- sum_range: The data area you want to sum.
Meaning of the function: conditional sum function.
Example: Calculating the total amount sold of the item with the code "SD1M2".
Sumifs function - Sum function uses multiple conditions
Syntax: (sum_range, criteria_range1, criteria1, criteria_range2, criteria1, .).
Inside:
- Sum_range: The data area to be summed (only counting cells with numeric data types, text values ignored).
- criteria_range1: data area containing the value of condition 1.
- criteria1: The search condition corresponds to the criteria_range1 data area.
- criteria_range2: the data area containing the value of condition 2.
- criteria2 : The search condition corresponds to the criteria_range2 data area.
Similarly if there are many search conditions there will be criteria n with n <= 255.
Example: Calculating the total amount of money sold on April 18, 2015 with the code "SD1M2".
The total values must satisfy both conditions simultaneously to be summed.
Some examples of using sumif and sumifs functions.
Calculate the total amount of money sold on 18/4/2015 with the number = 5.
Calculating the total amount of money sold on 04/18/2015 with item code "SD1M2" with the quantity equal to 2.
You have to pay attention in this article I to format the column number of the text so when writing the conditional value function to the string. If you convert the column number format to number slightly changed when writing commands. Depending on the data type you customize accordingly.
Good luck !
You should read it
- How to combine Sumif and Vlookup functions in Excel
- How to use the SUMIF function in Excel
- The way to sum the same codes in Excel
- The SUMIFS function, how to use multiple conditional calculation functions in Excel
- How to use SUMIF with 2 or more conditions in Excel
- SUMIFS function in Excel
- The SUM function (sums) in Excel
- Summary of trigonometric functions in Excel
May be interested
- How to use the SUMIF function in Excel to calculate the sum based on conditionsare you having trouble calculating the sum of values in excel based on conditions? with simple usage, the sumif function will help you calculate accurately.
- How to calculate the total value based on multiple conditions in Excelto calculate conditional sum in excel, it is impossible not to mention the special calculation function that is sumif and sumifs function. software tips will guide how to use conditional sum function. please follow the following article.
- How to fix the SUM function doesn't add up in Excelin the process of summing with sum in excel, you will encounter some errors such as not jumping the number, not adding the sum. so how to handle this problem?
- Complete financial functions in Excel you should knowfv, date, time, hour, workday, ... functions are the basic financial functions with the same way of getting color codes in excel. show you how to use these financial functions. click view now!
- 6 useful functions in Google Sheets you may not know yetin this article, i will show you 6 useful functions for the google sheets spreadsheet that you should know such as vlookup, countif, sumif, join, index, ... in addition, you can refer to the functions. and other tips follow the link in the post.
- MS Excel - Lesson 5: Excel formulas and functionsthe formula in excel is a program that performs calculations on data tables. these formulas perform very precise operations such as adding, multiplying, or comparing values in worksheets.
- 8 little-known Excel functions that can save you a lot of workeven seasoned excel users often find themselves stuck performing tasks manually that could be automated with a few clever functions.
- Summary of information functions in Excelto facilitate the selection of functions to suit the requirements when you need to process information in excel spreadsheets. the following article summarizes the functions along with the functions of each function group in the excel spreadsheet.
- Comparison functions in Excel - How to use comparison functions and examples using comparison functionscomparison functions in excel - how to use comparison functions and examples using comparison functions with a large amount of data, you want to check for duplicates by checking normally, it is really hard. in this article, introduce to you the functions
- 8 useful functions in Google Sheets you may not knowin this article, i will show 10 useful functions for google sheets spreadsheets that you should know such as vlookup, countif, sumif, join, index,... in addition, you can refer to these functions. and other tips follow the link in the article.