logo
excelfunctions.org
bookmarks

SLOPE

Returns the slope of the linear regression line.

StatisticalStatistics & Analysis

What it does

Calculates the slope of the linear regression line through data points.

Syntax

SLOPE(known_y's, known_x's)

Arguments

  • known_y's(range) β€” Dependent data.
  • known_x's(range) β€” Independent data.

Examples

Calculate Slope

Slope of line.

FORMULA
=SLOPE(B2:B4, A2:A4)
RESULT
2
SAMPLE DATA
AB
1XY
212
324
436