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) = NAN

AVERAGEA(INF) = NAN

AVERAGEA(-INF) = NAN

On this page