CORREL

Returns the correlation coefficient of the array1 and array2 cell ranges. Use the correlation coefficient to determine the relationship between two properties. For example, you can examine the relationship between a location's average temperature and the use of air conditioners.

Syntax

CORREL(array1,array2)

Array1   is a cell range of values.

Array2   is a second cell range of values.

Remarks

Example

CORREL({3,2,4,5,6},{9,7,12,15,17}) equals 0.997054