The Excel STDEV function computes the sample standard deviation from a collection of data given.
Syntax :
=STDEV( number1, [number2], … )
Parameters :
Example :
Assume you wish to know the standard deviation of adult male heights in London. It is not feasible to measure the heights of all males, however a sample of the population might be measured.
The measurements (in cm) of 3,000 adult males are included in the sample worksheet on the right. Cells B3-B1002, D3-D1002, and F3-F1002 hold the measured heights.
The standard deviation of the sampling group’s heights is determined in worksheet cell H3. The formula for this is as follows (as stated in the Excel formula bar):
#DIV/0! – This error occurs when less than two numeric values are sent to the Stdev function.
#VALUE! – This error occurs if any of the values passed directly to the Stdev function are text values that cannot be translated as numeric values.
Ask Your Query