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