RSLOPE returns the slope of the linear regression line through data points in the X and Y Cell Range. The slope is the vertical distance divided by the horizontal distance between any two points on the line, which is the rate of change along the regression line.
SYNTAX:
RSLOPE(X Cell Range,Y Cell Range)
X Cell Range: The cell range for the X-Axis data.
Y Cell Range: The cell range for the Y-Axis data
EXAMPLES:
=RSLOPE(E9:E14,C9:C14)
See Also: RCORRCOEFF, RINTERCEPT