TRUECALC
Functions

STDEV.S

Sample standard deviation

Try it

When to use it

When should I use STDEV.S?

Use STDEV.S when your data is a sample drawn from a larger population; the function applies Bessel's correction (divides by N-1) to give an unbiased estimate of the population standard deviation.

Used in

science · operations

Syntax

STDEV.S(value1,...)

Examples

=STDEV.S(1,2,3,4,5,6,7,8,9,10) // => 3.0276503540974917

On this page