COVAR(array1, array2)
=COVAR(A2:A6, B2:B6)
The function returns the covariance of the product of deviations in each data point pair in the arguments. In the case of the example given, the result of the covariance is 5.2.
=COVAR(A2:A6, B2:B6)
This function returns an error value of #DIV/0! if either array1 or array2 is empty.
The COVAR function is a Sourcetable feature introduced in 2000. It calculates the correlation between two sets of values, ignoring any text or logical values.