Stddev() |
Working with Formulas > Functions Used in Formulas > List Functions > Stddev()
STDDEV( ) calculates the standard deviation of the numbers in the specified list.
Function Format
STDDEV(number1 [, number2, number3, ...])
Return Value
STDDEV() returns a numeric value
Examples
STDDEV(1, 2, 3) = 1
STDDEV(50, 100, 1) = 44
STDDEV(-50, -100, -1) = 44
|