Returns the Pearson product moment correlation coefficient, r, of the given data sets.
Syntax
PEARSON(x; y)
x: Range or array containing the first data set. Eg., A2:A6
Remarks
Text, logical values, and empty cells are ignored.
Examples
|
Formula |
Result |
|
=PEARSON(A2:A6;B2:B6) |
0.826077806 |
|
=PEARSON(A2:A4;B2:B4) |
0.986241383 |
|
=PEARSON({1;2;3};{5;12;8}) |
0.427121098 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#N/A! |
|
Similar Functions