STDEV.S function

Category: Statistical
Introduced: Excel 2010

Summary

Estimates standard deviation based on a sample

Syntax

STDEV.S(number1,[number2],...) The STDEV.S function syntax has the following arguments:
• Number1 Required. The first number argument corresponding to a sample of a population. You can also use a single array or a reference to an array instead of arguments separated by commas.
• Number2, ... Optional. Number arguments 2 to 254 corresponding to a sample of a population. You can also use a single array or a reference to an array instead of arguments separated by commas.

Example

=STDEV.S(A2:A11)

Microsoft Support Page

https://support.microsoft.com/en-us/office/stdev-s-function-7d69cf97-0c1f-4acf-be27-f3e83904cc23

Back to Functions