
Here location range can be obtained by simply selecting the cells that you want to consider for the standard deviation. In such cases, you can use the Filter formula inside your STDEV formula.įor example, if you want to calculate the standard deviation for only the students who scored above 70 (for some reason), you can type: =STDEV(filter(location range, condition)) Sometimes you may need to apply certain conditions to extract data points before calculating the Standard deviation. For example, you can also use the below formula: = STDEV ( B2:B5, B6 ) Calculating Standard Deviation with a Condition/Filter You can also combine a range and a cell reference (or value).

This can be useful when you have the values in non-contiguous cells. You can also use the individual cell reference instead of hard coding the values in the formula, as shown below: = STDEV ( B2, B3, B4, B5, B6 ) If you have a lot of values, it’s best to have these in Google Sheets cells and then use the range as the argument. This would be recommended only when you have a couple of values that can be entered manually. You can manually enter the values in the formula, as shown below: = STDEV ( 67, 83, 89, 95, 77 ) There are some more ways you use the STDEV formula in Google Sheets. You can use the below formula: = STDEV ( B2:B6 ) Suppose you have the following dataset and you want to get the standard deviation value of these scores. Now let me show you some examples of calculating standard deviation in Google Sheets using the STDEV formula. Using the STDEV Formula in Google Sheets to Calculate Standard Deviation Note that there need to be at least 2 values in the arguments for the formula to work. A combination of values and location ranges.Here, the arguments can be of four types: It really is this simple! You don’t need to know any formula or be a statistics genius.īelow is the Syntax of the Standard Deviation formula in Google Sheets: =STDEV(arguments) Google Sheets has the STDEV function, which takes your dataset as the input and gives you the standard deviation value. So let’s see how you can do that! STDEV Formula in Google Sheets There are in-built formulas in Google Sheets that will take care of everything. You don’t need this when trying to calculate the standard deviation in Google Sheets. I have just shown you the formula to let you know what it means.


