Syntax
| Parameter | Description |
|---|---|
| value1 | Parameter of the VARP function. |
| [value2 | (Optional.) Parameter of the VARP function. |
| ...] | Parameter of the VARP function. |
Examples
Population variance
=VARP(A2:A100)
Direct values
=VARP(10, 20, 30)
Complete data set
=VARP(C2:C12)
Common Errors
No numeric values found in the arguments.
Non-numeric direct arguments.
Tips
VARP is retained for backward compatibility. VAR.P is the preferred modern function with the same behavior.
SQRT(VARP(data)) equals STDEVP(data). Choose variance or standard deviation based on which unit (squared or original) your analysis needs.
As sample size grows, the difference between VARP and VAR shrinks. With 1000+ data points, the results are nearly indistinguishable.
Try VARP in Viztab
Import your data and use VARP with 370+ other formulas. No signup required.
Open Viztab