STDEVPA

Calculates standard deviation based on the entire population given as arguments. The standard deviation is a measure of how widely values are dispersed from the average value (the mean).

Syntax

STDEVPA(value1,value2, ...)

Value1,value2, ...   are 1 to 30 values corresponding to a population. You can also use a single array or a reference to an array instead of arguments separated by commas.

Remarks

Example

Using the same data from the STDEVA example and assuming that only 10 tools are produced during the production run, STDEVP measures the standard deviation of breaking strengths for all the tools.

STDEVP(A2:E3) equals 26.05