VAR

Description

VAR returns the variance of a population based on a sample of values.

Syntax

VAR ( number_list )

 

Parameter

Description

number_list

A list of as many as 30 numbers, separated by the corresponding list separator. The list can contain numbers or a reference to a range that contains numbers.

Example

This function returns .31:

VAR(4.0, 3.0, 3.0, 3.5, 2.5, 4.0, 3.5)

 Note:

If an Invalid formula syntax warning appears, check whether the comma is set as the list separator in your regional settings on the Windows Control Panel. If a different character is set as the list separator, use this character in the above examples in place of the comma. (Windows XP: Access the Windows Control Panel and select Regional and Language Options. On the Regional Options tab page, click Customize. On the Numbers tab page, check which character is the default list separator on your computer. Use this character in the above examples instead of the comma.

Also, see

STDEV

STDEVP

VARP