Menu

AVERAGEA

Description

Calculates the average (arithmetic mean) of the values ​​in the argument list.

Examples

AVERAGEA(10, 20, 30) = 20

AVERAGEA(10, 20, NAN) = NAN

AVERAGEA(10, 20, INF) = INF

AVERAGEA(NAN) = AVERAGEA(NAN)

AVERAGEA(INF) = AVERAGEA(INF)

AVERAGEA(-INF) = AVERAGEA(-INF)

On this page