The Excel SKEW function returns the skewness of a distribution — a measure of how lopsided the data is around its mean. SKEW uses the sample formula (dividing by (n-1)(n-2)).
Syntax
| Argument | Description | |
|---|---|---|
number1 | Required | The first number, array, or range to include. At least three data points are required. |
number2, ... | Optional | Up to 254 additional numbers, arrays, or ranges. |
How to use it
Skewness describes the asymmetry of a distribution. A positive value means the tail stretches to the right (high values); a negative value means the tail stretches left; near zero is roughly symmetric.
SKEW uses the sample skewness formula, which applies an (n-1)(n-2) correction. For the population version (a slightly smaller magnitude), use SKEW.P.
Sample vs population: SKEW is for a sample drawn from a larger population; SKEW.P treats your data as the entire population. SKEW always gives a magnitude at least as large as SKEW.P.
Try it: interactive demo
Pick a SKEW example to see the formula and its result.
Practice workbook
Frequently asked questions
What does a positive or negative skew mean?
What is the difference between SKEW and SKEW.P?
How many data points does SKEW need?
Does SKEW ignore text and blank cells?
Master functions like this in one day
This page covers one function. Our Excel Formulas and Functions class covers the 30 that matter most — live, hands-on, taught by professionals in Dallas–Fort Worth, Houston, Austin, Oklahoma City, Denver, or online.
See the Formulas & Functions Class