STDEV.P function

Category: Statistical
Introduced: Excel 2010

Summary

Calculates standard deviation based on the entire population

Syntax

STDEV.P(number1,[number2],...) The STDEV.P function syntax has the following arguments:
• Number1 Required. The first number argument corresponding to a population.
• Number2, ... Optional. Number arguments 2 to 254 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)

Microsoft Support Page

https://support.microsoft.com/en-us/office/stdev-p-function-6e917c05-31a0-496f-ade7-4f4e7462f285

Back to Functions