[]
This function calculates the slope of linear regression.
SLOPE(array_dep, array_ind)
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.
SLOPE(A1:A4,B1:B4)