Syntax
| Parameter | Description |
|---|---|
| value1 | Parameter of the VAR.S function. |
| [value2 | (Optional.) Parameter of the VAR.S function. |
| ...] | Parameter of the VAR.S function. |
Examples
Sample variance of returns
=VAR.S(C2:C253)
Process variance
=VAR.S(D2:D100)
Variance ratio
=VAR.S(A2:A50) / VAR.S(B2:B50)
Common Errors
Fewer than 2 numeric values. At least 2 data points needed for sample variance.
Non-numeric direct arguments.
Tips
VAR.S and VAR produce the same result. The .S suffix clarifies it is the sample version.
VAR.S = STDEV.S^2. If you want the result in original units rather than squared units, use STDEV.S.
In finance, portfolio variance combines individual asset variances weighted by allocation. VAR.S of returns is a key input to Modern Portfolio Theory.
Try VAR.S in Viztab
Import your data and use VAR.S with 370+ other formulas. No signup required.
Open Viztab