[]
        
(Showing Draft Content)

CORREL

This function returns the correlation coefficient of the two sets of data.

Syntax

CORREL(array1, array2)

Arguments

This function has these arguments:

Argument

Description

 array1

[Required] A range of cell values

 array2

[Required] A second range of cell values.

Examples

CORREL(C1:C10,D1:D10)

CORREL(R1C3:R10C3,R1C4:R10C4)