ID EN
#Statistical

STDEVPA

Excel Functions

Get standard deviation for a population

Syntax

EXCEL
=STDEVPA(number1, [number2], ...)

Arguments

Parameter Description
number1 First number or reference in the sample.
number2 [optional] Second number or reference.

Return Value

Calculated standard deviation

Details

The STDEVPA function calculates the standard deviation for data that represents an entire population, evaluating text and logicals as numbers as part of the calculation. TEXT is evaluated as zero, TRUE is evaluated as 1, and FALSE is evaluated as zero. Standard deviation is a measure of how much variance there is in a set of numbers compared to the average (mean) of the numbers. The STDEVPA function is meant to estimate standard deviation for an entire population. If data represents a sample, use the STDEVA function. In the example shown, the formula in E5 is: The table below summarizes the standard deviation functions provided by Excel.

Examples

Example 1

In the example shown, the formula in E5 is:

EXCEL
=STDEVPA(B5:B11)

See Also

STDEV.S STDEVP STDEV.P