STDEV.S
Returns the standard derivation of specified values.
Syntax
=STDEV.S(Range1, [Range2, ...])
Arguments
Name | Type | Description |
---|---|---|
Range1 | Range | A number or text representing a number or cell- or cell-range references. |
Range2, ... (optional) | Further numbers or cell- or cell-range-references. |
Return
Type | Description |
---|---|
Number | The standard derivation of specified values. |
Examples
Formula | Result | Comment |
---|---|---|
| 28.92519 | with cell values A2: 1345, A3: 1301, A4: 1368, A5: 1322 |