Syntax
| Parameter | Description |
|---|---|
| value1 | Parameter of the STDEV function. |
| [value2 | (Optional.) Parameter of the STDEV function. |
| ...] | Parameter of the STDEV function. |
Examples
Sales variability
=STDEV(B2:B13)
Quality control spread
=STDEV(D2:D500)
Comparing consistency
=STDEV(A2:A50) < STDEV(B2:B50)
Common Errors
Returned when fewer than 2 numeric values are provided. Standard deviation of a sample requires at least 2 data points.
Occurs when non-numeric arguments are passed directly.
Tips
STDEV divides by n-1 (sample). If your data IS the entire population (not a sample), use STDEV.P which divides by n.
For normally distributed data, about 68% of values fall within 1 STDEV of the mean, 95% within 2, and 99.7% within 3.
STDEV skips text and blank cells. If you want text treated as 0, use STDEVA instead.
Try STDEV in Viztab
Import your data and use STDEV with 370+ other formulas. No signup required.
Open Viztab