Syntax
| Parameter | Description |
|---|---|
| value1 | Parameter of the SKEW function. |
| [value2 | (Optional.) Parameter of the SKEW function. |
| ...] | Parameter of the SKEW function. |
Examples
Income distribution skewness
=SKEW(B2:B1000)
Test score symmetry
=SKEW(C2:C200)
Checking for normality
=ABS(SKEW(D2:D500)) < 0.5
Common Errors
Fewer than 3 data points. Skewness requires at least 3 numeric values.
Non-numeric direct arguments.
Tips
Positive skew: mean > median (right tail). Negative skew: mean < median (left tail). Zero: symmetric distribution.
High skewness means the median is a better measure of center than the mean. For right-skewed salary data, report the median salary.
Skewness between -1 and 1 is considered mild. Between -2 and 2 is moderate. Beyond that, the distribution is heavily skewed and may need transformation.
Try SKEW in Viztab
Import your data and use SKEW with 370+ other formulas. No signup required.
Open Viztab