SheetRocks
Documentation/Formulas/AVEDEV

AVEDEV

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

Syntax

AVEDEV(value1, [value2])

Arguments

Argument Description Required
value1 The first number or array of numbers Required
value2 Additional numbers or arrays Optional

Examples

Average deviation of individual numbers

=AVEDEV(10, 7, 9, 27, 2)
Result ⇒ 6.4

Average deviation of range

=AVEDEV(A1:A5)
Result ⇒ 6.4
A
1 10
2 7
3 9
4 27
5 2

Average deviation with mixed values

=AVEDEV(A1:A3)
Result ⇒ 4.6667
A
1 2
2 -1
3 11

Related Functions

Other Statistical functions:


← Back to Formula Reference