Calculates the point at which a line, obtained using linear regression, will intersect the y-axis (i.e. x=0) with the given x-values and y-values.
Syntax
y_values: The dependent set of observations or data. Eg., A2:A6
Examples
|
Formula |
Result |
|
=INTERCEPT(A2:A6;B2:B6) |
-1.850877193 |
|
=INTERCEPT(A2:A4;B2:B4) |
-1.5 |
|
=INTERCEPT({1;2;3};{5;12;8}) |
0.986486486 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions