Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
STDEV.P computes standard deviation using the population formula (dividing by n), treating the provided range as the complete dataset rather than a sample. Use it when your data represents every member of the group you are analysing, not a subset.
=STDEV.P(B2:B5)=STDEV.P(B2:B5)Computed by a real spreadsheet engine on the sample data below.
| Student | Score |
| Alice | 78 |
| Bob | 92 |
| Carol | 85 |
| Dave | 68 |
=STDEV.P(B2:B5)→8.8705974996
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: “Find the standard deviation of all exam scores for the entire class (full population)”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: