Sample Usage
SLOPE(A2:A40, B2:B40)
Syntax
SLOPE(data_y, data_x)
- data_y - The array or range representing dependent data.
- data_x - The array or range representing independent data.
Examples
SLOPE(A2:A40, B2:B40) returns the slope of the line resulting from the linear regression of the dataset.