MindFusion.Wpf Pack Programmer's Guide
STDEVP

Calculates standard deviation based on the entire population given as arguments.

Syntax  Copy Code

STDEVP( Number n1, [Number n2], ... )  Number

Parameters

n1
n2
One or more numbers representing the sample.

Remarks

The arguments can be either numbers or cells, ranges, or arrays that contain numbers. Logical values, text, and empty cells are ignored. If the specified arguments do not contain at least one number, the function returns #N/A.

Example

Formula  Copy Code

=STDEVP({1245;1201;1268;1222;1211})

See Also

Function Reference
STDEV Function
AVERAGE Function