Returns the variance of a set of numbers.
Sample usage
VARIANCE(Page Views)
Syntax
VARIANCE(X)
Parameters
X
- a numeric field or expression.
Notes
X
cannot be an aggregated field or the result of an aggregation function.
Example
Example formula | Input | Output |
---|---|---|
VARIANCE(Page Views) |
|
10.89 |