Excel AVERAGE function

Function              AVERAGE

Description        Excel AVERAGE function returns the result of average of a range of cells.

Syntax  AVERAGE(number1, [number2], [number3], …)

number1  The first number to average.

number2  [optional] The second number to average.

number3  [optional] The third number to average.

 

Usage Notes:

  • The AVERAGE function average values input as arguments. It can average up to 255 arguments.
  • Arguments to be input as numbers, cell references, ranges, arrays, constants, and the results of other formulas or functions.