STDEVA function

Category: Statistical
Introduced: Excel 2003

Summary

Estimates standard deviation based on a sample, including numbers, text, and logical values

Syntax

STDEVA(value1, [value2], ...) The STDEVA function syntax has the following arguments:
• Value1, value2, ... Value1 is required, subsequent values are optional. 1 to 255 values 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

=STDEVA(A3:A12)

Microsoft Support Page

https://support.microsoft.com/en-us/office/stdeva-function-5ff38888-7ea5-48de-9a6d-11ed73b29e9d

Back to Functions