AVEDEV function

Category: Statistical
Introduced: Excel 2003

Summary

Returns the average of the absolute deviations of data points from their mean

Syntax

AVEDEV(number1, [number2], ...) The AVEDEV function syntax has the following arguments:
• Number1, number2, ... Number1 is required, subsequent numbers are optional. 1 to 255 arguments for which you want the average of the absolute deviations. You can also use a single array or a reference to an array instead of arguments separated by commas.

Example

=AVEDEV(A2:A8)

Microsoft Support Page

https://support.microsoft.com/en-us/office/avedev-function-58fe8d65-2a84-4dc7-8052-f3f87b5c6639

Back to Functions