Excel like a finance pro.
← The libraryPractice · 3 questions →
Statistical function
VAR.S
Returns the variance of a sample.
OccasionalDifficulty 1250 · ProficientUsage rank #121 of 520
When to use it
Sample variance: the square of the sample standard deviation. Variances add across independent sources, which is why portfolio and error math works in variances.
The shape of it
- Syntax
=VAR.S(number1, [number2], ...)
Worked examples
Eight values
=VAR.S(2,4,4,4,5,5,7,9) → 4.571428571
32 divided by 7.
Squared units
=VAR.S(B2:B13) → 2,016,400
Monthly sales variance, in squared units.
Back to sd
=SQRT(VAR.S(B2:B13)) → 1,420
Back to the standard deviation.
Worth knowing
- Report standard deviation to humans; keep variance for math.
- Combine independent variances by adding them, then SQRT for the combined sd.
- VAR.P for a full population.
Where it goes wrong
- #DIV/0! with fewer than two numbers.
- Units are squared, which makes the raw number hard to interpret.
Related
Learn the moves here — or let Wauvel run them on your numbers.
Meet your AI CFO →One CFO-grade Excel tip a week
A short, practical email for finance operators — functions, shortcuts, and the moves that save an afternoon. Free, unsubscribe anytime.