AVEDEV

The AVEDEV function returns the average of the difference of a set of numbers from their average (arithmetic mean).

AVEDEV(value, value…)

value: A single value or collection. Each value must be a number value, date/time value, or duration value. All values must be of the same value type.

value…: Optionally include one or more additional values or collections of values.

Notes

Examples

=AVEDEV(2, 2, 2, 4, 4, 4) returns 1.

=AVEDEV(2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4) returns 0.666666666666667.

=AVEDEV("3d", "6d", "4d", "7d") returns 1d 12h, a duration value.

=AVEDEV("12/1/2010", "12/31/2011", "9/30/2013") returns 371d 18h 40m, also a duration value.