Is there any Excel function that gives an output similar to Regression analysis (e.g. Regression statistics, ANOVA, intercept, X variable) but shows the x-intercept instead of the y-intercept?
If you have a given regression model (i.e. y = Mx + B, where M is the slope and B is the intercept), you could find the x-intercept by plugging in 0 for Y and then solving the equation for x.
It is possible for a model to have no x-intercept (for example, a model with a quadratic term could result in a parabola that is always positive).
If you have a given regression model (i.e. y = Mx + B, where M is the slope and B is the intercept), you could find the x-intercept by plugging in 0 for Y and then solving the equation for x.
So, x intercept is equal to -B/M. As a single Excel formula it can be expressed as:
In using Data analysis / regression using Excel it becomes imperative to decide which variable is dependent variable and which is independent. Fell free to take