Skip to Content

SLOPE

Returns the slope of the linear regression line through data points

Syntax

SLOPE(known_y's, known_x's)

Parameters

  • known_y's: Required. An array or range of dependent data points
  • known_x's: Required. The set of independent data points

Example

=SLOPE(A1:A10, B1:B10)
Returns: NumberSince: Excel 2003