Functions
SKEW.P
Population skewness
Try it
When to use it
When should I use SKEW.P instead of SKEW?
Use SKEW.P when your data represents the entire population rather than a sample; it applies the population skewness formula without the sample correction factor used by SKEW.
Used in
Syntax
SKEW.P(value1,...)Examples
=SKEW.P({2,5,8,13,10,18,23,26}) // => 0.2763070767846293
=SKEW.P({2,5,8,13,10,18,23,26},30,40) // => 0.4621754337591284