AVEDEV function

AVEDEV function: The function returns the average absolute deviation of the data points from their midpoint. The AVEDEV function allows you to measure the variability of a dataset. Syntax: AVEDEV (number1, [number2], ...)

The following article introduces you to the AVEDEV function - one of the functions in the statistical function group is very popular in Excel.

Picture 1 of AVEDEV function

Description: The function returns the average absolute deviation of the data points from their midpoint. The AVEDEV function allows you to 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:

Picture 2 of AVEDEV function

- 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)

Picture 3 of AVEDEV function

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

Picture 4 of AVEDEV function

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

Picture 5 of AVEDEV function

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

Picture 6 of AVEDEV function

Above are instructions and specific examples when using the AVEDEV function in Excel.

Good luck!

You've just finished reading the article "AVEDEV function" edited by the TipsMake team. You can save avedev-function.pdf to your computer here to read later or print it out. We hope this article has provided you with many useful tech tips and tricks. You can search for similar articles on tips and guides. Thank you for reading and for following us regularly.

« PREV AVERAGE function - The function returns the average of the arguments in Excel
NEXT » TIMEVALUE function - The function returns the decimal number of time expressed as a text string in Excel