Skip to Content

STDEVP

Calculates standard deviation based on the entire population. Replaced by STDEV.P.

Syntax

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

Parameters

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

Example

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