Sample Usage
STDEVS(1,2,3,4)
STDEVS(A2:A6)
STDEVS(A2:A10, B2:B10)
Syntax
STDEVS(value1, [value2, ...])
- value1 - The first number or range of the sample.
- value2, .. - [OPTIONAL] Additional numbers or ranges to include in the sample.
Examples
STDEVS(1,2,3,4) returns a value of 1.2909
STDEVS(A2:A6) returns the standard deviation of the numbers in cells A2 through A6.