Returns the sum of squares of deviations from the mean of a given sample.
Syntax
Remarks
Text, logical values, and empty cells are ignored.
Examples
|
Formula |
Result |
|
=DEVSQ(A2:A10) |
120 |
|
=DEVSQ(Data) |
84.8 |
|
=DEVSQ(-13;5;27;-1.5) |
848.6875 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions