Excel Tutorial 02: Arithmetic Functions Continued in Excel
We will be dealing with the various variants of the SUM, COUNT, AVERAGE function in this release.
So, let's get started
1. SUM:
range: Is the range of cells where you want to apply conditions
criteria: Is the condition, logical or partial matching
sum_range: Is the range of cells of which you want the sum
Note: SUMIF is used for one condition only, you can always use SUMIFS in place of SUMIF
Here is a capture of the example, which itself is self-explanatory
We have completed the basic of the arithmetic functions in Excel, we will now move into discussing more of excel formula in the next release. All of these formulae will be very important to carry out various tasks in Excel, few of them are MIN, MAX, RAND, ROUND, POWER, etc.
We will be dealing with the various variants of the SUM, COUNT, AVERAGE function in this release.
So, let's get started
1. SUM:
- SUMIF: It is used to return the addition of a selected range of cells on the basis of a condition, i.e it only adds those cell which actually satisfies the condition.
range: Is the range of cells where you want to apply conditions
criteria: Is the condition, logical or partial matching
sum_range: Is the range of cells of which you want the sum
Note: SUMIF is used for one condition only, you can always use SUMIFS in place of SUMIF
Here is a capture of the example, which itself is self-explanatory
- SUMIFS: It is used to return the addition of a selected range of cells on the basis of a condition, i.e it only adds those cell which actually satisfies the condition.
criteria_range2,criteria2,.....criteria_rangeN,criteriaN)
sum_range: Is the range of cells of which you want the sum
criteria1: Is the condition, logical or partial matching
criteria_range1: Is the range of cells where you want to apply condition
- Note: Here you can apply multiple conditions on multiple ranges to output the sum, it's just like many SUMIF.
Here is a capture of the example, which itself is self-explanatory
- COUNTA: It is used to count a range of selected cells, which can be chosen for multiple ranges, irrespective of the data in the cells. It counts the number of cells in those multiple cells except blank cells.
Syntax: COUNTA(range1,range2,.....rangeN)
range1: Selection of multiple cells
Output: Total number of cells that are not blank
Note: COUNTA means to count all
- COUNTIF: It is used to count a selected range of cells on the basis of a condition, the condition is a logical condition.
range: The selected range of cells which you want to count on the basis of the criteria
criteria: Is the condition that you want to apply to count only the relevant cells
- COUNTIFS: It is used to count multiple selected range of cells on the basis of corresponding multiple conditions, the conditions are a logical condition.
range: The selected range of cells which you want to count on the basis of the criteria
criteria: Is the condition that you want to apply to count only the relevant cells
Output: Count of the number of cells or value matching the condition
- AVERAGEA: It is used to average all the selection of cells, irrespective of the values, whether it is a text or a logical value. It takes true as 1 and false as 0.
Syntax: AVERAGEA(value1,value2....)
value1: the selection of cells whose average is to be calculated
Output: Average of the selected cells including logical values and text in the calculations too
Output: Average of the selected cells including logical values and text in the calculations too
Here is an example of how to use the function:
- AVERAGEIF: It is used to calculate the average of the selected range of cells on the basis of a condition, here the condition can be a logical or partial matching condition just like countif and sumif.
range: the selection of the cells of which average is to be calculated
criteria: Is the condition to apply on the range to filter the values and average only those satisfying the condition
Output: Average of the selected cells satisfying the criteria
Here is an example of how to use the function:
- AVERAGEIFS: It is used to calculate the average of the selected range of cells on the basis of multiple conditions, here the condition can be a logical or partial matching condition just like countifs and sumifs.
average_range: Selection of the cells of whose the average is to be calculated
criteria_range1: Is the selection of the cells on which the conditions are applied
criteria1: It is the criteria on the basis of which average is found out of the cells qualifying the condition/criteria.
Output: Average of the selected cells satisfying the criteria
Here is an example of how to use the function:
We have completed the basic of the arithmetic functions in Excel, we will now move into discussing more of excel formula in the next release. All of these formulae will be very important to carry out various tasks in Excel, few of them are MIN, MAX, RAND, ROUND, POWER, etc.
No comments:
Post a Comment