SKEW function

Category: Statistical
Introduced: Excel 2003

Summary

Returns the skewness of a distribution

Syntax

SKEW(number1, [number2], ...) The SKEW function syntax has the following arguments:
• Number1, number2, ... Number1 is required, subsequent numbers are optional. 1 to 255 arguments for which you want to calculate skewness. You can also use a single array or a reference to an array instead of arguments separated by commas.

Example

=SKEW(A2:A11)

Microsoft Support Page

https://support.microsoft.com/en-us/office/skew-function-bdf49d86-b1ef-4804-a046-28eaea69c9fa

Back to Functions