Sum Function
Sum Function
SumIf function
Like CountIf function, SUMIF function is also used to sum the range of cells
based on one criteria.
SumIfs function
If our requirement is to use mutilple criteria while summing the range of cells,
we can use SumIfs function
Count -Count number of cells that have numbers or values
CountA - count any cell value containing numbers, text, logical values, etc.
any type of value excluding blanks.
CountIF - count cells matching a certain criteria
Countifs - Similar to countif function. However, it allows multiple criterias
from multiple ranges and counts the number of times all criteria are meet
CountBlank - Count number of blank cells
Average Function (Mean)
One of the most used statistical functions in Excel is Average. Calculating the
Average in Excel is much simpler than it was in the school. Simply use the
Average function and select the range which needs to be averaged.
Median in Excel
Median is a function which is used to find the middle number in a given range
of numbers. When you are finding median manually, you need to sort the data
in an ascending order but in Excel, you can simply use the Median function and
select the range and you will find your median. We take the same example as
above to find the median of marks obtained by students. So we use
=MEDIAN(B2:B12)
Mode in Excel
Mode helps you to find out the value that occurs most number of times. When
you are working on a large amount of data, this function can be a lot of help. To
find the most occurring value in Excel, use the MODE function and select the
range you want to find the mode of. In our example below, we use
=MODE(B2:B12) and since 2 students have scored 55 we get the answer as 55.
RANK - The Excel RANK function returns the rank of a numeric value when
compared to a list of other numeric values. RANK can rank values from largest
to smallest as well as smallest to largest.