Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
STDEV.S is the modern replacement for the legacy STDEV function and calculates sample standard deviation using n-1 (Bessel's correction). Choose it when your data is a sample drawn from a larger population and you want an unbiased estimate of the population's spread.
=STDEV.S(B2:B5)=STDEV.S(B2:B5)Computed by a real spreadsheet engine on the sample data below.
| Customer | Wait (s) |
| C1 | 45 |
| C2 | 120 |
| C3 | 30 |
| C4 | 90 |
=STDEV.S(B2:B5)→41.3067791046
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Calculate sample standard deviation for a random sample of customer wait times”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: