How To Find Average in MS Excel
How To Find Average in MS Excel
Method 1:
Dialog box show a list of function. We find Average click on this and then click ok.When Click
ok another box is open.
After that select data include your function. If you find Average b/t two and more cell use ; and
find average A2 and A11 use : for example A2:A11.Then click ok Find average
Method 2:
If you find Average b/t two and more cell use ; and find average A2 and A11 use : for example
The COUNT function counts the number of cells that contain numbers, and counts numbers
within the list of arguments. Use the COUNT function to get the number of entries in a number
field that is in a range or array of numbers. For example, you can enter the following formula to
count the numbers in the range A2:A11: =COUNT (A2:A11)
After that press Enter. In this example, if Ten of the cells in the range contain numbers, the result
is 10.
IF function
The Microsoft Excel IF function returns one value if the condition is TRUE or another value if
the condition is FALSE. You applies if function following data. Just enter the formula in cell in
which you applies if function =If (A2>2o,”pass”,”fail”)
COUNTBLANK function return a count of empty cells in a range. Cell that contain text,
number are not counted. Formula that return empty cell are counted .COUNTBLANK function=
COUNTBLANK(A2:A12)
You use the SUMIF function to sum the values in a range that meet criteria that you specify. For
example, suppose that in a column that contains numbers, you want to sum only the values that
are larger than 15. You can use the following formula: =SUMIF(A2:A12,">15")