So I have a chart that is plotting data in a series that is constantly being added to. It’s also plotting an exponential trend line projecting into the future. I have it displaying the trend line formula, but you cannot copy the formula or automatically utilize it in any way.
As the data series is regularly growing, the trend line formula is constantly evolving.
I would like to be able to do math automatically using this formula. Specifically, I want to determine the value for the X access for a given Y value. So this also means I need to invert the trend formula, which by default is the opposite of what I need (defaults to calculating Y for X).
As far as I can tell, not only can you not automatically use the trend line formula for anything actually useful, but you can’t even copy & paste the thing. I found one other person complaining about this, but there was no real solution (even though it was closed):
Is there any hope to accomplish what I need? Why is this functionality (actually doing something useful with the trend line formula) missing?