Syntax
| Parameter | Description |
|---|---|
| value1 | Parameter of the STDEV.P function. |
| [value2 | (Optional.) Parameter of the STDEV.P function. |
| ...] | Parameter of the STDEV.P function. |
Examples
Entire class performance
=STDEV.P(B2:B31)
Machine output variation
=STDEV.P(D2:D1000)
Comparing to sample STDEV
=STDEV.P(A1:A100) < STDEV.S(A1:A100)
Common Errors
No numeric values in the range. Unlike STDEV.S, STDEV.P technically only needs 1 data point (though the result would be 0).
Non-numeric direct arguments.
Tips
For the same data, STDEV.P is always slightly smaller than STDEV.S. The difference shrinks as sample size grows — with 1000+ values, they are nearly identical.
Most real-world data is a sample. Unless you are certain you have the entire population, STDEV.S is the safer choice.
In Six Sigma and quality control, STDEV.P is used when analyzing a complete batch or production run to set control limits.
Try STDEV.P in Viztab
Import your data and use STDEV.P with 370+ other formulas. No signup required.
Open Viztab