STDEVP function

STDEVP calculates the standard deviation based on the entire population.

Syntax

STDEVP(number1,number2, ...number30)

number1, number1, ...number30 are numerical values or ranges representing a sample based on an entire population.

Example

=STDEVP(A1:A50) returns a standard deviation of the data referenced.