The CORREL function is one of the statistical functions. It is used to analyze the range of data and return the correlation coefficient of two range of cells.
Syntax
CORREL(array1, array2)
The CORREL function has the following arguments:
Argument
Description
array1/2
The selected ranges of cells with the same number of elements.
Notes
If array1/2 contains text, logical values, or empty cells, the function will ignore those values, but treat the cells with the zero values.