[]
This function returns the correlation coefficient of the two sets of data.
CORREL(array1, array2)
This function has these arguments:
Argument | Description |
|---|---|
array1 | [Required] A range of cell values |
array2 | [Required] A second range of cell values. |
CORREL(C1:C10,D1:D10)
CORREL(R1C3:R10C3,R1C4:R10C4)