Site icon Best Excel Tutorial

How to Calculate Skewness in Excel

In this Excel tutorial lesson, you will learn what skewness is and how to calculate skewness in an Excel application.

To find the skewness in Excel, please prepare some data tables.

Calculate Skewness using SKEW function

Excel provides a SKEW function. Syntax is:

=SKEW(number1, [number2], …)

In this example, the formula is: =SKEW(B2:B13)

Skewness here is strongly above 0 (skewness > 0), which means that it is a right-sided asymmetry. The conclusion is that for many months, sales were significantly lower than the average sales.

Calculate Skewness using Data Analysis ToolPak Add-In

First, you need to make sure your Data Analysis Toolpak Add-In is installed. Here is the lesson on how to install Data Analysis Toolpak Add-In.

Go to Ribbon to the Data tab. Click the Data Analysis button.

A new window appears. Choose Descriptive Statistics and click OK.

Enter the proper parameters:

And this is how you see my statistics summary. Skewness is calculated in row 10. The result is the same as in Example 1 where we checked how to calculate Skewness using the SKEW Excel function.

Using the STDEV.P function and the AVG function

Another way to calculate skewness in Excel is to use the STDEV.P function and the AVG function. To do this, you need to calculate the standard deviation and the mean of the data first, and then use the following formula to calculate skewness:

Skewness = 3 * (AVG – Mean) / STDEV.P

Where AVG represents the average of the data, Mean represents the mean of the data, and STDEV.P represents the standard deviation of the data.

Exit mobile version