A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
It all depends on the data, and it probably makes perfect sense,
Take a look at this very simple example:
The data in the orange range consists of only 2 points, so =CORREL(A2:A3,B2:B3) returns 1.
The same goes for the data in the blue range and in the gray range. Both =CORREL(A4:A5,B4:B5) and =CORREL(A6:A7,B6:B7) return 1.
But if you look at the entire range, there is no strong correlation between X and Y:
=CORREL(A2:A7,B2:B7) returns just 0.213