Javatpoint Logo
Javatpoint Logo

How to Calculate Standard Deviation in Excel

Excel is used extensively for statistics and data analysis. Standard deviation is something that is used quite often in statistical calculations.

What is Standard Deviation?

Standard deviation is a measure of how much variance there is in a set of numbers than the average (mean) of the numbers. The purpose of the standard deviation is to help you understand if the mean returns "typical" data.

The closer the standard deviation is to zero, the lower the data variability and the more reliable the mean is. The standard deviation equal to 0 indicates that every value in the dataset is equal to the mean. The higher the standard deviation, the more variation there is in the data and the less accurate the mean is.

To calculate standard deviation in Excel, you can use one of two primary functions, depending on the data set. Both functions are fully automatic.

  1. P Function: If the data represents the entire population. Or if you have sample data and only want standard deviation for the sample, without extrapolating for the entire population, uses the STDEV.P function.
  2. S Function: If the data is just a sample, and you want to extrapolate to the entire population, you can use the STDEV.S function.

Calculating Standard Deviation in Excel

It is easy to calculate the standard deviation. You need to know which formula to use in Excel. There are six standard deviation formulas in Excel. And if you consider database functions, then there are eight standard deviation formulas.

How to Calculate Standard Deviation in Excel

These six formulas can be divided into two groups:

  1. Calculating the sample standard deviation: The formulas in this category are STDEV.S, STDEVA, and STDEV.
  2. Calculating the standard deviation for an entire population:The formulas in this category are STDEV.P, STDEVPA, and STDEVP

In almost all of the cases, you will use standard deviation for a sample.

You use the term 'population' when considering all the datasets in the entire population. On the other hand, using the term 'sample' when using a population is impossible or unrealistic. In such a case, you pick a sample from the population.

You can use the sample data to calculate the standard deviation and infer for the entire population. Now let's understand these three formulas:

  • STDEV.S: Use this when your data is numeric. It ignores the text and logical values.
  • STDEVA: Use this when you want to include text and logical values in the calculation (along with numbers). Text and FALSE are taken as 0, and TRUE is taken as 1.
  • STDEV: STDEV.S was introduced in Excel 2010, but the older version used the STDEV function. It is still included for compatibility with prior versions.

So, you can safely assume that in most of the cases, you would have to use the STDEV.S function or STDEV function if you're using Excel 2007 or prior versions.

By Using the STDEV.S Function

STDEV.S uses numerical values and ignores logical values and text in the sample.

Syntax

Here is the syntax of the STDEV.S function given in Excel:

  • Number1: This is a mandatory argument in the formula. The first number argument corresponds to the first element of the sample of a population. You can also use a named range, single array, or a reference to an array instead of arguments separated by commas.
  • Number2: [Optional argument in the formula] you can use up to 254 additional arguments. These can refer to a data point, a named range, a single array, or a reference to an array.

Example

Now, let's take a simple example of calculating the standard deviation by using the STDEV.S function.

Step 1: Consider the following student's marks data set, as shown below:

How to Calculate Standard Deviation in Excel

Step 2: First, calculate the Average as follows.

How to Calculate Standard Deviation in Excel

Step 3: Use the following formula to calculate the standard deviation by using the above data set.

NOTE: If you're using Excel 2007 or prior versions, you will not have the STDEV.S function. In that case, you can use the below formula:

Step 4: Enter the =B2:B8 formula in the formula bar of the excel sheet.

How to Calculate Standard Deviation in Excel

Step 5: Now select the STDEV function, and you will get the following function arguments box.

How to Calculate Standard Deviation in Excel

Step 6: Enter the values in the number of boxes as follows and click the OK button.

How to Calculate Standard Deviation in Excel

Step 7: You will get the result value in the E3 cell.

How to Calculate Standard Deviation in Excel

The above formula returns the value of 12.8582, which indicates that most of the students in the class would be within the score range 72-12.8582 and 72+12.8582.

This is a very small sample set. In reality, you may have to do this for a bigger sample data set where you can observe normal distribution better.

By Using the STDEV.P Function

You may notice that Excel contains older functions, STDEVP and STDEV, which also calculate the standard deviation. In short:

  • P replaces the STDEVP function with identical behavior.
  • S replaces the STDEV function with identical behavior.

Although STDEVP and STDEV still exist for backward compatibility, Microsoft recommends that people use the newer STDEV.P and STDEV.S functions instead.

STDEVP function calculates standard deviation based on the entire population given as arguments. This function ignores logical values and text.

Syntax

Here is the syntax of the STDEVP function given in Excel:

  • Number1: This is a mandatory argument in the formula. The first number argument corresponds to the first element of the sample of a population. You can also use a named range, single array, or a reference to an array instead of arguments separated by commas.
  • Number2: [Optional argument in the formula] you can use up to 254 additional arguments. These can refer to a data point, a named range, a single array, or a reference to an array.

Example

Let's take the same example where we calculate the population standard deviation by using the STDEVP function. Just follow the same steps as above.

Step 1: Create the student marks data set and calculate the average also as follows.

How to Calculate Standard Deviation in Excel

Step 2: Use the following formula to calculate the population standard deviation using the above data set.

Step 3: Enter the =B2:B8 formula in the formula bar of the excel sheet.

How to Calculate Standard Deviation in Excel

Step 4: Chose the STDEVP function and Function Arguments box appears.

How to Calculate Standard Deviation in Excel

Step 5: Enter the values and click the OK button.

How to Calculate Standard Deviation in Excel

Step 6: Now, you will get the result value in the E3 cell.

How to Calculate Standard Deviation in Excel

The above formula returns the value of 71.9. The sample standard deviation will always be smaller than the population standard deviation when calculated for the same dataset. This is because the sample standard deviation formula has to consider more variation in the true population than measured in the sample.

These examples show the quick method of calculating standard deviations using a cell range. You can also write out each of the commands in a longer format with the individual marks entered.

For example, entering =STDEVP(B2:B8) produces an identical result. However, if one column B values were incorrect and adjusted, the cell range method would automatically update the standard deviation calculation. In contrast, the longer format will require manual adjustment of the command.







Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA