Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
Heads up: Excel and Google Sheets do this differently.
=STDEV.S(B2:B6)=STDEV(B2:B6)Computed by a real spreadsheet engine on the sample data below.
| Test | Result |
| Trial 1 | 45 |
| Trial 2 | 52 |
| Trial 3 | 49 |
| Trial 4 | 55 |
| Trial 5 | 48 |
=STDEV.S(B2:B6)→3.8340579025
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need it for your exact data?
Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.
Use STDEV.S when your data is a sample drawn from a larger population (most real-world scenarios). Use STDEV.P only when you have data for the entire population.
Excel introduced STDEV.S and STDEV.P in 2010 for clarity. Google Sheets retained the older names STDEV and STDEVP. Both compute the same formulas.
Returns the rank of a number in a list, assigning the same rank to ties (same as RANK). Essential for leaderboards.
How-toRank a number against a list with RANK — highest first or lowest first. Works the same in Excel and Google Sheets.
ReferenceReturns the rank of a number, averaging ranks for ties. Useful in statistical analysis where tied ranks should not cluster.
How-toMeasure how spread out your numbers are with STDEV for a sample or STDEVP for a whole population. Works in Excel and Google Sheets.
ReferenceReturns the k-th percentile value from a dataset. Useful for performance benchmarking and threshold analysis.
How-toCombine values and their weights with SUMPRODUCT divided by the total weight. Works the same in Excel and Google Sheets.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: