![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Statistical > AVEDEV |
AVEDEV(number1, number2 [,number3] [,…]) |
| Returns the average deviation for a list of numbers. |
| number1 | The first number. | |
| number2 | The second number. | |
| number3 | The third optional number. |
| REMARKS |
| This function returns the average of the absolute deviations from the mean. | ||
| This function is a measure of the variability in a data set. | ||
| You can also use a single array or a reference to an array instead of arguments separated by commas. | ||
| The arguments must be either numbers or names, arrays, or references that contain numbers. | ||
| If any of the arguments contain text, logical values, or empty cells, then these are ignored. | ||
| If any of the arguments are zero, then these are counted. | ||
| If any of the arguments are not numeric, then #VALUE! is returned. | ||
| You can have a maximum of 30 arguments. |
| EXAMPLES |
|
| Functions - A | Index - A | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |