VARP
Calculates the population variance of a dataset to measure how widely values are spread from the mean.
Syntax
VARP(number1, [number2], ...)Arguments
Example
VARP(10, 20, 30)
// Returns 66.67
VARP(10, 20, 30, 40, 50)
// Returns 200
Excel Equivalent
FAQs

Last updated
Was this helpful?