Getting values from a graph

  • Thread starter Thread starter Jon
  • Start date Start date
J

Jon

As the title says, I want to be able to get a value from a
graph/chart within Excel. Rather than having to rely on
values already inputed I want to be able to interpolate
between those values to obtain the value at a specific
date. Is this possible?
 
Not really. If you can derive the equation excel is using to plot the line,
then you might. Or if you want to use the trend line equation as an
approximation, you could fit a trend line and use that equation. If it is
using a linear equation, you could interpolate to get an estimate.
 
Back
Top