VAR
Estimates variance based on a sample (ignores text and logical values).
| Category | Statistical |
| Syntax | VAR(number1, [number2], ...) |
Parameters
| Parameter | Required | Description |
|---|---|---|
number1 | Required | The first number, cell reference, or range in the sample. |
number2 | Optional | Additional numbers, cell references, or ranges. |
Example
VAR(2, 4, 4, 4, 5) // → 1
Auto-generated from the EngCanvas function registry.