AVEDEV Function

The AVEDEV function is one of the statistical functions. It is used to analyze the range of data and return the average of the absolute deviations of numbers from their mean.

Syntax

AVEDEV(number1, [number2], ...)

The AVEDEV function has the following arguments:

Argument Description
number1/2/n Up to 255 numeric values for which you want to find the average of the absolute deviations.

Notes

How to apply the AVEDEV function.

Examples

The figure below displays the result returned by the AVEDEV function.

AVEDEV Function