In Excel: use =VAR.S(range) for a sample, or =VAR.P(range) for a full population.
n = 6 · mean = 14.67
Std deviation σ = 4.131
Need it as an auditable file?
Ships inside the linked template — formula-driven, unlocked, audit-ready.
What this does
Variance is the average squared distance of each value from the mean — the raw measure of spread that standard deviation is built on. Because it squares the differences, its units are squared too (euros², points²), which is why standard deviation, its square root, is usually the figure people quote. Variance still matters wherever the maths needs the un-rooted quantity, such as combining the spread of independent sources. The same idea underpins a lot of everyday Excel work, so the few minutes spent getting it right here pay back across every sheet you build afterwards. Treat it as a pattern, not a one-off, and it stops being something you look up and starts being something you reach for. Treat “coefficient of variance excel formula” as a small repeatable workflow rather than a one-off click you hope to remember next time. Use a small test block before the live file, so any surprise in the affected formula shows up while it is still harmless. When a formula is involved, keep the inputs labelled beside it, reference cells instead of typing values, and apply number formatting only after the result checks out. That turns a calculation you can defend to a CFO or an auditor into a method you can reuse, explain, and defend when the workbook leaves your screen.
A worked example
For 12, 15, 9, 21, 17, 14 (mean 14.67), =VAR.S(A1:A6) returns about 17.07. Take its square root and you get the standard deviation, ≈4.13. The tool above shows both so you can see the relationship: variance is the engine, standard deviation is the readable dashboard. Variance underpins portfolio theory, ANOVA, and any model that has to add up uncertainty from several sources. When the next step is more maths rather than a human-readable report, variance is the quantity you keep. If there is any chance you will reuse this, drop it into a small template tab right now: a labelled input area on the left and the formula beside it, checked once against the tool above. Next time the same question comes up, the answer is a single paste away instead of a rebuild from memory.
In Google Sheets
Everything above works in Google Sheets too. Excel and Sheets share the formula syntax used here; only the surrounding menus are arranged differently. That portability is deliberate — learn it once and it follows you between the two tools and across Windows and Mac. Nothing on this page is behind a login: the tool runs entirely in your browser, the formula is shown in full with one-click copy, and the steps work the same on Windows and Mac. That is the whole promise here — the exact answer, a way to prove it on your own numbers, and just enough context to make it stick. Here is the takeaway for “coefficient of variance excel formula”: copy the answer if you are busy, but if you have a spare few minutes, rebuild the example in Excel yourself with the tool above open beside it. That single pass — type it, run it, watch the result move when you change an input — is what turns a formula you found into a technique you trust. Keep your inputs labelled and referenced, never hard-coded, and the same sheet stays correct and auditable as it grows. Done that way, you will not need to look this up again, and you will be the person others ask.
Common mistakes
- Reporting variance where readers expect standard deviation — the squared units mislead.
- Choosing VAR.P for a sample, which understates the true spread.
- Including non-numeric cells in the range.
- Forgetting that adding a constant to every value leaves variance unchanged, while scaling multiplies it by the square.
Frequently asked questions
Variance or standard deviation?
Report standard deviation to humans (same units as the data); keep variance for further calculation, where its additive property across independent sources is convenient.
Why square the differences?
Squaring removes the sign so positive and negative deviations do not cancel, and it penalises large deviations more, which is exactly what a spread measure should do.
Does Google Sheets have VAR.S?
Yes — VAR.S and VAR.P work identically in Google Sheets, so these formulas transfer with no change.