EXCEL AVERAGE FUNCTION

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.

Step By Step Guide of AVERAGE Function

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.

  • Any text found in the value parameters is disregarded. Use AVERAGEA to have text values treated as 0 values.
  • AVERAGE returns the mean of the combined value arguments, which is the total of the value arguments divided by the number of such values. MEDIAN is used to compute the median.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now