This formula computes the average of a cell or a range of cells.
Syntax:
=AVERAGE(number1, [number2], …)
Parameter list:
number1 – the initial number, cell reference, or range for which the average should be calculated.
number2 – [optional]. Up to 255 more integers, cell references, or ranges for which you wish the average.
Example Here:
=AVERAGE(C6:C10), returns Average calculated marks from cell C6 to C10 as 77.4.
=AVERAGE(C7:C9), returns Average calculated marks from cell C7 to C9 as 77.66666667.
Ask Your Query