The Excel STDEV.S function computes the sample standard deviation from a collection of data given.
Syntax :
=STDEV.S( number1, [number2], … )
Parameters :
Example :
The Excel STDEV.S function computes the sample standard deviation from a collection of data given. The parameters, number1, [number2], and so forth, are between 1 and 255 in numeric value. The measurements (in cm) of 3,000 adult males are included in the sample spreadsheet on the right. Cells B3-B1002, D3-D1002, and F3-F1002 hold the measured heights. The standard deviation of the sample group’s heights is determined in spreadsheet cell H3. The formula for this is: =STDEV.S (as seen in the Excel formula bar) ( B3:B1002, D3:D1002, F3:F1002 ) The Stdev.S function determines the standard deviation in the measured heights to be 5.40 cm, as shown in cell H3.
Ask Your Query