Measure how spread out a set of values is around the average.
Copy this formula
=STDEV.S(A2:A100)STDEV.S computes the standard deviation of a sample; STDEV.P is for an entire population. A larger value means more variability. Pair it with AVERAGE to describe a dataset.
=STDEV.S(Scores)→12.4Spread of the sample scores.
Whole population
=STDEV.P(A2:A100)Use when the data is the full population.
Use STDEV.S when your data is a sample of a larger group; STDEV.P when it's the entire set.
Need a formula for your own data?
Describe what you want in plain language and let ExcelGPT write, explain, and verify the formula — free to start, no plugin.