The STDEV.P function is one of the statistical functions. It is used to calculate standard deviation based on the entire population given as arguments (ignores logical values and text).
Syntax
STDEV.P(number1, [number2], ...)
The STDEV.P function has the following arguments:
Argument | Description |
---|
number1/2/n | Up to 255 numeric values for which you want to calculate the standard deviation. |
Notes
If a reference argument contains text, logical values, or empty cells, the function will ignore those values, but treat the cells with the zero values.
How to apply the STDEV.P function.
Examples
The figure below displays the result returned by the STDEV.P function.
