Syntax
STDDEV(A1)
Arguments
A1 must be an array.
Result
The result is a scalar value.
Description
The function calculates the standard deviation for the elements in the array A1.
Related Examples
Windows Forms: Data Manipulation\Functions\General Purpose Functions 2