This article was co-authored by wikiHow staff writer, Nicole Levine, MFA. Nicole Levine is a Technology Writer and Editor for wikiHow. She has more than 20 years of experience creating technical documentation and leading support teams at major web hosting and software companies. Nicole also holds an MFA in Creative Writing from Portland State University and teaches composition, fiction-writing, and zine-making at various institutions.
This article has been viewed 108,869 times.
Learn more...
This wikiHow teaches you how to find the Relative Standard Deviation (RSD) of a range in Microsoft Excel. The formula you’ll need to use is =(STDEV(RANGE)/AVERAGE(RANGE))*100
Steps
-
1Open the Excel sheet that contains your data. Before you can find the RSD of a range, you’ll need to use the STDEV formula to calculate the standard deviation.
-
2Type =(STDEV( into a blank cell. This starts the formula.[1]Advertisement
-
3Highlight the range. This adds the range to the formula.
- For example, to calculate the standard deviation for the values of cells A2 through A10, highlight cells A2 through A10. A2:A10 will be added to the formula.
- You can also type the range into the formula manually.
-
4Type ) after the range in the formula. The formula should now look like this (if the values are A2:10):
- =(STDEV(A2:A10)
-
5Type /AVERAGE(. Type this right after the last character of the formula.
-
6Highlight the range again. Just as you did before, drag the mouse over the range of values, or manually type the same range for which you just calculated the standard deviation.
-
7Type )). The formula should now look like this (using the example):
- =(STDEV(A2:A10)/AVERAGE(A2:A10)).
-
8Type *100. This tells Excel to multiply the result of the formula by 100. This step ensures that the RSD displays in the correct format (as a percentage). The full formula should now look like this:
- =(STDEV(A2:A10)/AVERAGE(A2:A10))*100
-
9Press ↵ Enter or ⏎ Return. The RSD for the range now appears in the cell in which you typed the formula.
- If the value displays a decimal instead of a percentage, click the cell once to select it, click the small arrow next to ″Number Format″ on the Home tab, then select Percentage.[2]
References
About This Article
To find the relative standard deviation of a range, first find the standard deviation (using the STDEV function), divide it by the range's average, and then multiple the result by 100. Use this formula: =(STDEV(RANGE)/AVERAGE(RANGE))*100