STDEV function

Category: Compatibility
Introduced: Excel 2003

Summary

Estimates standard deviation based on a sample

Syntax

STDEV(number1,[number2],...) The STDEV function syntax has the following arguments:
• Number1 Required. The first number argument corresponding to a sample of a population.
• Number2, ... Optional. Number arguments 2 to 255 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(A3:A12)

Microsoft Support Page

https://support.microsoft.com/en-us/office/stdev-function-51fecaaa-231e-4bbb-9230-33650a72c9b0

Back to Functions