Var

Returns the variance of a numeric expression evaluated over a set (unbiased).

Syntax

Var(«Set»[, «Numeric Expression»])


Note Var uses the unbiased population formula. VarP uses the biased population formula.


Example

Var ({USA, CANADA, MEXICO}, Sales)

 

(c) 1999 Microsoft Corporation. All Rights Reserved.