Functions
COVAR
Population covariance (legacy)
Try it
When to use it
When should I use COVAR?
Use COVAR to compute the population covariance between two data sets — a legacy equivalent of COVARIANCE.P that measures how two variables vary together.
Used in
Syntax
COVAR(array1,array2)Examples
=COVAR({2,5,7,1,8},{4,3,6,1,5}) // => 3.72