logo
excelfunctions.org
bookmarks

RSQ

Returns the square of the Pearson product moment correlation coefficient.

StatisticalStatistics & Analysis

What it does

Calculates R-squared value.

Syntax

RSQ(known_y's, known_x's)

Arguments

  • known_y's(range) β€” Y values.
  • known_x's(range) β€” X values.

Examples

R-Squared

Calculate R2.

FORMULA
=RSQ(B1:B5, A1:A5)
RESULT
0.95
SAMPLE DATA
AB
1XY
212
324
435
548
6510