using charts to read off new data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've created a chart with a linear trendline as a standard graph. I would like to use the trendline to read the x values for new data (y- values). Is there a function that can do this and how can it be done without altering the original graph.
 
Use worksheet functions. Any of the following will do
- Slope and Intercept
- Forecast
- LinEst
- Trend

Jerry
I've created a chart with a linear trendline as a standard graph.
I would like to use the trendline to read the x values for new data
 
Back
Top