INTERCEPT function
Summary
Returns the intercept of the linear regression line
Syntax
INTERCEPT(known_y's, known_x's)
The INTERCEPT function syntax has the following arguments:
• Known_y's Required. The dependent set of observations or data.
• Known_x's Required. The independent set of observations or data.
• Known_y's Required. The dependent set of observations or data.
• Known_x's Required. The independent set of observations or data.
Example
=INTERCEPT(A2:A6, B2:B6)