0
0
Excelspreadsheet~10 mins

Scatter plots in Excel - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This data shows heights in centimeters and weights in kilograms for 5 people.

CellValue
A1Height (cm)
B1Weight (kg)
A2150
B250
A3160
B360
A4170
B465
A5180
B570
A6190
B680
Formula Trace
CORREL(A2:A6, B2:B6)
Step 1: A2:A6 values
Step 2: B2:B6 values
Step 3: Calculate correlation coefficient between heights and weights
Cell Reference Map
    A       B
1 Height  Weight
2  150  -->  50
3  160  -->  60
4  170  -->  65
5  180  -->  70
6  190  -->  80
Cells A2:A6 and B2:B6 are the data points used for the scatter plot and correlation calculation.
Result
    A       B       C
1 Height  Weight  Correlation
2  150     50       0.991
3  160     60
4  170     65
5  180     70
6  190     80
The correlation coefficient 0.991 is shown in cell C2, indicating a strong positive relationship between height and weight.
Sheet Trace Quiz - 3 Questions
Test your understanding
What does the CORREL function calculate with the data in A2:A6 and B2:B6?
AThe strength and direction of the relationship between height and weight
BThe average height
CThe total weight
DThe difference between max and min height
Key Result
CORREL(range1, range2) calculates the correlation coefficient between two sets of numbers.