Returns the standard deviation based on the entire population, considering text values as 0.
Syntax
Remarks
The logical expression TRUE is considered as 1, while FALSE or any text value is considered as 0.
Examples
|
Formula |
Result |
|
=STDEVPA(A2:A8) |
150.404081577 |
|
=STDEVPA(-13;5;27;-1.5) |
14.566120795 |
|
=STDEVPA(Data) |
4.118252056 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#DIV/0! |
|
Similar Functions
AVEDEV
DEVSQ
DSTDEV
DSTDEVP
DVAR
DVARP
KURT
SKEW
STDEV
STDEVA
STDEVP
VAR
VARA
VARP
VARPA