Returns the standard deviation based on sample values in a column, that meet specified criteria.
Syntax
Remarks
If you wish to perform the operation on the entire column, you can provide a blank cell as the criteria below the column labels.
Examples
|
Formula |
Result |
|
=DSTDEV(A1:D9;"Weight";I1:I2) |
10.473776778 |
|
=DSTDEV(A1:D9;D1;I1:J2) |
4.242640687 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions