Extrapolation of a point on a graph/chart.

E

ExcelCretin

I have constructed a graph which consists of plots joined by a line (basic
line graph). How do i find the value of a point on that graph (if x = 0.37
then y = ?) other than printing the graph off and manually drawing the lines
myself? Any pointers would be most welcome!
 
D

David Biddulph

ExcelCretin said:
I have constructed a graph which consists of plots joined by a line (basic
line graph). How do i find the value of a point on that graph (if x = 0.37
then y = ?) other than printing the graph off and manually drawing the
lines
myself? Any pointers would be most welcome!

If you've fitted a straight line, use the LINEST function to get the
gradient and intercept of that line, and then use those coefficients to work
out the y value for your x value.
 
E

ExcelCretin

Thanks for the prompt response David, unfortunately I constructed a 'scatter'
with lines. does this make a difference?
 
T

Tushar Mehta

Use the LINEST function to get the coefficients in worksheet cells. For
more search the XL help for LINEST,

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top