Skip to main content

STDEV

Estimates the standard deviation based on a sample (ignores text and logical values).

CategoryStatistical
SyntaxSTDEV(number1, [number2], ...)

Parameters

ParameterRequiredDescription
number1RequiredThe first number, cell reference, or range in the sample.
number2OptionalAdditional numbers, cell references, or ranges.

Example

STDEV(2, 4, 4, 4, 5)  // → 1

Auto-generated from the EngCanvas function registry.