Skip to Content

STDEV

Estimates standard deviation based on a sample (ignores logical values and text). Replaced by STDEV.S.

Syntax

STDEV(number1, [number2], ...)

Parameters

  • number1: Required. The first number argument corresponding to a sample of a population
  • number2: Optional. Additional number arguments, up to 255

Example

=STDEV(A1:A10)
Returns: NumberSince: Excel 2003