FormulaCraft

STDEV

STDEV calculates the standard deviation of a sample using the n-1 denominator (Bessel's correction), ignoring non-numeric values. It quantifies how spread out values are around the mean and is the most common dispersion metric in business and science.

Excel
=STDEV(B2:B5)
Google Sheets
=STDEV(B2:B5)

Verified example

Computed by a real spreadsheet engine on the sample data below.

MonthSales
Jan4200
Feb5100
Mar4800
Apr5500

=STDEV(B2:B5)547.7225575052

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

How it works

  1. 1Reference your sample data range: =STDEV(B2:B5).
  2. 2STDEV uses n-1 in the denominator, appropriate for samples drawn from a larger population.
  3. 3A larger result means values are more spread out; 0 means all values are identical.

Need a version for your data?

Try: “Calculate the standard deviation of monthly sales to measure consistency

Related

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: