How to calculate Pearson’s Coefficient of Skewness in Excel (Step-by-Step)

Pearson’s coefficient of skewness is a measure of the symmetry of a probability distribution. To calculate Pearson’s coefficient of skewness in Excel, first calculate the mean, standard deviation, and third moment of a given data set. Then use the Excel formulas =SUMPRODUCT((data-mean)^3)/(COUNT(data)*(standard deviation)^3) to calculate the Pearson’s coefficient of skewness for the data set. This can be used as a measure of the symmetry of the data set.


Developed by biostatistician , Pearson’s coefficient of skewness is a way to measure the in a sample dataset.

There are actually two methods that can be used to calculate Pearson’s coefficient of skewness:

Method 1: Using the Mode

Skewness = (Mean – Mode) / Sample standard deviation

Method 2: Using the Median

Skewness = 3(Mean – Median) / Sample standard deviation

In general, the second method is preferred because the mode is not always a good indication of where the “central” value of a dataset lies and there can be more than one mode in a given dataset.

The following step-by-step example shows how to calculate both versions of the Pearson’s coefficient of skewness for a given dataset in Excel.

Step 1: Create the Dataset

First, let’s create the following dataset in Excel:

Step 2: Calculate the Pearson Coefficient of Skewness (Using the Mode)

Next, we can use the following formula to calculate the Pearson Coefficient of Skewness using the mode:

Pearson's coefficient of skewness in Excel

The skewness turns out to be 1.295.

Step 3: Calculate the Pearson Coefficient of Skewness (Using the Median)

We can also use the following formula to calculate the Pearson Coefficient of Skewness using the median:

Pearson's coefficient of skewness in Excel using the median

The skewness turns out to be 0.569.

How to Interpret Skewness

We interpret the Pearson coefficient of skewness in the following ways:

  • A value of 0 indicates no skewness. If we created a histogram to visualize the distribution of values in a dataset, it would be perfectly symmetrical.
  • A positive value indicates positive skew or “right” skew. A histogram would reveal a “tail” on the right side of the distribution.
  • A negative value indicates a negative skew or “left” skew. A histogram would reveal a “tail” on the left side of the distribution.

In our previous example, the skewness was positive which indicates that the distribution of data values was positively skewed or “right” skewed.

Check out for a nice explanation of left skewed vs. right skewed distributions.

x