STDEVP function
Summary
Calculates standard deviation based on the entire population
Syntax
STDEVP(number1,[number2],...)
The STDEVP function syntax has the following arguments:
• Number1 Required. The first number argument corresponding to a population.
• Number2, ... Optional. Number arguments 2 to 255 corresponding to a population. You can also use a single array or a reference to an array instead of arguments separated by commas.
• Number1 Required. The first number argument corresponding to a population.
• Number2, ... Optional. Number arguments 2 to 255 corresponding to a population. You can also use a single array or a reference to an array instead of arguments separated by commas.
Example
=STDEV.P(A3:A12)