Returns covariance, the average of the products of deviations for each data point pair. Use covariance to determine the relationship between two data sets. For example, you can examine whether greater income accompanies greater levels of education.
Syntax
COVAR(array1,array2)
Array1 is the first cell range of integers.
Array2 is the second cell range of integers.
Remarks
Example
COVAR({3,2,4,5,6}, {9,7,12,15,17})
equals 5.2