SKEW.P function

Category: Statistical
Introduced: Excel 2013

Summary

Returns the skewness of a distribution based on a population: a characterization of the degree of asymmetry of a distribution around its mean

Syntax

SKEW.P(number 1, [number 2],…) The SKEW.P function syntax has the following arguments.
Number 1, number 2,… Number 1 is required, subsequent numbers are optional. Number 1, number 2,… are 1 to 254 numbers or names, arrays, or reference that contain numbers for which you want the population skewness.
SKEW.P uses the following equation:

Example

=SKEW.P(A2:A11)

Microsoft Support Page

https://support.microsoft.com/en-us/office/skew-p-function-76530a5c-99b9-48a1-8392-26632d542fcb

Back to Functions