Skip to main content

VAR

Estimates variance based on a sample (ignores text and logical values).

CategoryStatistical
SyntaxVAR(number1, [number2], ...)

Parameters

ParameterRequiredDescription
number1RequiredThe first number, cell reference, or range in the sample.
number2OptionalAdditional numbers, cell references, or ranges.

Example

VAR(2, 4, 4, 4, 5)    // → 1

Auto-generated from the EngCanvas function registry.