SLOPE Function

Return the slope of the linear regression line through the data points in known_y’s and

Over 1.8 million professionals use CFI to learn accounting, financial analysis, modeling and more. Start with a free account to explore 20+ always-free courses and hundreds of finance templates and cheat sheets.

What is the SLOPE Function?

The SLOPE Function[1] is categorized under Excel Statistical functions. It will return the slope of the linear regression line through the data points in known_y’s and known_x’s. In financial analysis, the SLOPE function can be used to calculate the beta of a stock.

Slope / Beta Formula

=SLOPE(known_y’s, known_x’s)

The SLOPE function uses the following arguments:

  1. Known_y’s (required argument) – This is an array or range of numeric dependent data points.
  2. Known_x’s (required argument) – This is the set of independent data points.

 

Notes

  1. The length of the known_x’s array should be the same length as the known_y’s, and the variance of the known_x’s must not be zero.
  2. The function uses the following equation to calculate the slope of the linear regression line through a set of given points:

SLOPE Function - Formula

Where:

X and Y are the sample means (the averages) of the known x’s and the known y’s.

  1. If an array or reference argument contains text, logical values, or empty cells, the values are ignored. However, cells with the value zero are included.
  2. The arguments must be either numbers or names, arrays, or references that contain numbers.
  3. The algorithm used in the SLOPE and LINEST functions are different. The difference between these algorithms can lead to different results when data is undetermined and collinear. For example, if the data points of the known_y’s argument are 0 and the data points of the known_x’s argument are 1, then:
    • SLOPE will return a #DIV/0! error.
    • LINEST will return a value of 0. The LINEST algorithm is designed to return reasonable results for collinear data, and in this case, at least one answer can be found.

How to use the SLOPE Function in Excel?

To understand the uses of the SLOPE function, let’s consider an example:

Example

Suppose we are given the following data about the known_x’s and known_y’s:

 

SLOPE Function

To calculate the slope of the linear regression line through the known_x’s and known_y’s, we will use the formula below:

SLOPE Function - Example 1a

 

We get the result below:

SLOPE Function - Example 1b

 

Things to remember about the SLOPE Function 

  1. #N/A! error – Occurs when the given known_x’s and known_y’s are of different lengths.
  2. #DIV/0! error – Occurs when:
    • The variance of the given known_x’s evaluates to zero; or
    • Any of the given known_x’s or known_y’s arrays are empty.

Click here to download the sample Excel file

Additional Resources

Thanks for reading CFI’s guide to the Excel SLOPE function. By taking the time to learn and master these functions, you’ll significantly speed up your financial analysis. To learn more, check out these additional CFI resources:

Article Sources

  1. SLOPE Function
0 search results for ‘