Sample Usage
CORREL(A2:A100,B2:B100)
Syntax
CORREL(data_y, data_x)
- data_y - The array or range representing the first dataset.
- data_x - The array or range representing the second dataset.
Examples
CORREL(A2:A100,B2:B100) returns the correlation coefficient of the two data sets in columns A and B..