Description Returns the variance of a population based on a sample of values.
Syntax VAR ( number_list )
Argument | Description |
---|---|
number_list | A list of 1 to 30 numbers separated by commas. The list may contain numeric values, cell references, range references, or array constants.All numeric values, including 0, are used. Text and logical values in cell references and arrays are ignored. Text entered in the argument list will be evaluated as a number, if possible; otherwise it will cause a #VALUE! error. Logical values entered into the argument list are evaluated as numeric 1 if TRUE and numeric 0 if FALSE. |
Example This function returns .31: