Suppose I have a set of X's and Y's(both numneric data) which is dynamic i.e. changes based on certain conditions. Using those two sets of data a scatter plot is prepared with a polynomial trendline of degree 3. I have also called for its equation and now I want to utilise that dynamic equation for my further calculations.
How to use the formula of that trendline in calculations?