Excel like a finance pro.
← The libraryPractice · 2 questions →
Statistical function
VAR.P
Returns the variance of a population.
Rarely usedDifficulty 1250 · ProficientUsage rank #292 of 520
When to use it
Population variance, dividing by n.
The shape of it
- Syntax
=VAR.P(number1, [number2], ...)
Worked examples
Eight values
=VAR.P(2,4,4,4,5,5,7,9) → 4
32 divided by 8.
Full population
=VAR.P(A2:A51) → 0.7225
Every store, so the population form is right.
Back to sd
=SQRT(VAR.P(A2:A51)) → 0.85
The population standard deviation.
Worth knowing
- Use only when the data is the whole population.
- STDEV.P is its square root.
- Slightly smaller than VAR.S on the same data.
Where it goes wrong
- Understates variance when applied to a sample.
- Text and blanks are ignored.
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.