Syntax
| Parameter | Description |
|---|---|
| value1 | Parameter of the VAR function. |
| [value2 | (Optional.) Parameter of the VAR function. |
| ...] | Parameter of the VAR function. |
Examples
Revenue variance
=VAR(B2:B13)
Comparing variability
=VAR(A2:A100) / VAR(B2:B100)
Variance of specific values
=VAR(85, 90, 78, 92, 88)
Common Errors
Fewer than 2 numeric values provided. Sample variance requires at least 2 data points.
Non-numeric direct arguments.
Tips
VAR(data) always equals STDEV(data)^2. Standard deviation is usually easier to interpret since it is in the same units as the original data.
VAR uses n-1 for samples. For the entire population, use VAR.P (divides by n). The difference matters with small data sets.
Variance is the core metric in analysis of variance (ANOVA) and F-tests. These tests compare the variances of different groups to determine if their means are significantly different.
Try VAR in Viztab
Import your data and use VAR with 370+ other formulas. No signup required.
Open Viztab