STDEV.S function in Excel calculates the sample standard deviation of a supplied set of values.
Sample Standard Deviation is calculated using formula
Where,
- X takes each value in the set;
- X̄ is the average of the set of values;
- N is the number of values.
Syntax of STDEV.S Function in Excel:
STDEV.S (number1, [number2], … )
Where the number arguments are numeric values for which you want to calculate the sample standard deviation.
Example of STDEV.S Function in Excel
The Above example calculates the sample standard deviation of subject scores with formula
= STDEV.S (A2:A13)
Which results in value 13.36776