The VAR function is one of the statistical functions. It is used to analyze the set of values and calculate the sample variance.
Syntax
VAR(number1, [number2], ...)
The VAR function has the following arguments:
Argument
Description
number1/2/n
Up to 255 numeric values for which you want to calculate the variance.
Notes
Empty cells, logical values, text, or error values supplied as part of an array are ignored. If they are supplied directly to the function, text representations of numbers and logical values are interpreted as numbers.