Table of Contents
This guide explains how to use AVEDEV Function in Excel, including its syntax, required arguments, practical examples, and common errors.

Description: The function returns the average absolute deviation of the data points from their midpoint. The AVEDEV function lets you measure the variability of a dataset.
Syntax: AVEDEV (number1, [number2]. )
Inside:
- number1, number2. are the values you want to calculate the average absolute deviation, where number1 is the required parameter, the remaining number values are optional. The function contains up to 255 number values .
Attention:
- AVEDEV function is affected by the measurement unit of input data.
- The values of the arguments must be either numbers or names or references that contain numeric values.
- When typing logical values directly and displaying text numbers in functions, these values will be calculated.
- Parameter values or arrays that are logical values, text or blank cells are ignored.
- The function performs the calculation according to the equation of average deviation:
[frac {1} {n} sum {left | {x - overline x} right |}]
For example:
Calculate the average of the absolute deviation of values in the following data table:

- Where the number values are located in nonadjacent locations -> enter the number values in the function separated by commas -> enter the formula: = AVEDEV (C6, C7, C8, C9, C10)

- Where the number values are located adjacent to each other -> enter the formula: = AVEDEV (C6: C10)

- Press Enter -> average absolute deviation of number values in the data table is:

- Where the number values are blank cells or text -> the function ignores those values:

Above are instructions and specific examples when using the AVEDEV function in Excel.
Good luck!
FAQ
What does the AVEDEV function do in Excel?
The AVEDEV function performs the calculation described in this guide. Use the correct arguments and compatible data types for reliable results.
How do I enter the AVEDEV function correctly?
Start with an equals sign, enter AVEDEV, add the required arguments inside parentheses, and confirm that cell references and separators are correct.
Why does the AVEDEV function return an error?
Common causes include missing arguments, invalid data types, incorrect cell references, unsupported values, or regional separator settings.
Reader Comments 0
Sign in with email or Google to join the discussion.