Forum Discussion

Sundardannana's avatar
Sundardannana
Copper Contributor
May 11, 2021
Solved

How to continue Goal Seek for next possible solution?

I Have an equation that needs to be solved. This equation has one unknown variable, which satisfies the equation with multiple values. But goal seeks stops at the first soltion. How can I continue th...
  • NikolinoDE's avatar
    NikolinoDE
    May 12, 2021

    Sundardannana 

     

    INTERCEPT function

    Calculates the point at which a line will intersect the y-axis by using existing x-values and y-values. The intercept point is based on a best-fit regression line plotted through the known x-values and known y-values. Use the INTERCEPT function when you want to determine the value of the dependent variable when the independent variable is 0 (zero). For example, you can use the INTERCEPT function to predict a metal's electrical resistance at 0°C when your data points were taken at room temperature and higher.

     

    LINEST function

    The LINEST function calculates the statistics for a line by using the "least squares" method to calculate a straight line that best fits your data, and then returns an array that describes the line. You can also combine LINEST with other functions to calculate the statistics for other types of models that are linear in the unknown parameters, including polynomial, logarithmic, exponential, and power series. Because this function returns an array of values, it must be entered as an array formula. Instructions follow the examples in this article.

     

    Thank you for your patience and time.

     

    Hope to have helped you further.

     

    Nikolino

    I know I don't know anything (Socrates)

Resources