[]
        
(Showing Draft Content)

SLOPE

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)