STDEV.P
Calculates standard deviation based on the entire population.
StatisticalStatistics & Analysis
What it does
Legacy population SD function.
Syntax
STDEVP(number1, [number2], ...)
Arguments
number1(number) β Values.
Examples
Legacy Pop StDev
Calculate legacy SD.
FORMULA
=STDEVP(A1:A5)
RESULT
1.41
SAMPLE DATA
| A | |
|---|---|
| 1 | Data |
| 2 | 1 |
| 3 | 2 |
| 4 | 3 |
| 5 | 4 |
| 6 | 5 |