FunctionsAggregate FunctionsAggregate FunctionsvarPopEdit this pagevarPopvarPop Calculates the population variance: Σ(x−xˉ)2n\frac{\Sigma{(x - \bar{x})^2}}{n}nΣ(x−xˉ)2 Syntax Alias: VAR_POP. Parameters x: Population of values to find the population variance of. (U)Int*, Float*, Decimal*. Returned value Returns the population variance of x. Float64. Example Query: Result: