ReferenceFunctionsStatistics Functions
STDEV.S
STDEV.S: Estimates sample standard deviation using `n-1` in the denominator.
Summary
STDEV.S measures spread when your values represent a sample of a larger population.
Remarks
- Requires at least two numeric values.
- Returns
#DIV/0!when fewer than two numeric values are provided. - Non-numeric values in referenced ranges are ignored.
Examples
Sample standard deviation from scalar arguments
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
2
Sample standard deviation from a range
Grid
| Cell | Value | |
|---|---|---|
Formula
=
Result
Not evaluated yet.
Expected
2
Related functions
FAQ
Why does STDEV.S return #DIV/0!?
Sample standard deviation needs at least two numeric values.
Runtime metadata
Category
Statistics
Signature
STDEV.S(arg1…: Number (Range))This function accepts a repeating argument pattern (min args: 1).
Arity
min 1, max variadic
Arguments
arg1Number · Range · coercion NumberLenientText
Caps
PUREREDUCTIONNUMERIC_ONLYSTREAM_OK
Source