Home Privacy Policy Feedback Link to us Site Map Forums

Excel: AveDev Function


In Excel, the AveDev function returns the average of the absolute deviations of the numbers provided.

The syntax for the AveDev function is:

AveDev( number1, number2, ... number_n )

number1, number2, ... number_n are numeric values - they can be numbers, named ranges, arrays, or references to numbers. There can be up to 30 values entered.


Applies To:

  • Excel 2007, Excel 2003, Excel XP, Excel 2000

For example:

Let's take a look at an example:

Based on the Excel spreadsheet above:

=AveDev(B2, B3) would return 1.65
=AveDev(B3, B5, 45) would return 17.2
=AveDev(B2:B6) would return 61.504