Syntax
| Parameter | Description |
|---|---|
| value1 | Parameter of the STDEV.S function. |
| [value2 | (Optional.) Parameter of the STDEV.S function. |
| ...] | Parameter of the STDEV.S function. |
Examples
Sample delivery time variation
=STDEV.S(C2:C200)
Portfolio volatility
=STDEV.S(E2:E253) * SQRT(252)
Process stability
=STDEV.S(B2:B100) / AVG(B2:B100)
Common Errors
Fewer than 2 numeric values in the range. At least 2 data points are needed for a sample standard deviation.
Non-numeric direct arguments.
Tips
STDEV.S and STDEV produce the same result. The .S suffix makes it explicit that this is the sample version.
If you measured every item in the population (all employees, all products ever made), use STDEV.P. If you sampled a subset, use STDEV.S.
To annualize daily standard deviation, multiply by SQRT(number of periods). For monthly data annualized: STDEV.S * SQRT(12).
Try STDEV.S in Viztab
Import your data and use STDEV.S with 370+ other formulas. No signup required.
Open Viztab