STDEV function

STDEV estimates the standard deviation based on a sample.

Syntax

STDEV(number1,number2, ...number30)

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

Example

=STDEV(A1:A50) returns the estimated standard deviation based on the data referenced.