# SLOPE

## Content

This function calculates the slope of linear regression.

## Syntax

`SLOPE(array_dep, array_ind)`

## Arguments

This function has these arguments:

| Argument | Description |
| -------- | ----------- |
| *array\_dep* | [Required] Array of dependent values (y’s) |
| *array\_ind* | [Required] Array of independent values (x’s) |

The arrays must be the same size.

## Examples

`SLOPE(A1:A4,B1:B4)`