coordinates of a point

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

Guest

i drew an XY scatter with a smoothed line connecting between points. how can
i find the value of a specific point on my chart.
for example, i want to know the corresponding x-value of a y-value that i
have.
 
Hello, I have the same problem: I have completed my chart, but I thought I
could somehow enter a value for the x-axis and the program would interpolate
off the chart to find the y value. That's what I need. Thanks
 
If you can live with piece-wise linear interpolation, see
Interactive Chart
http://www.tushar-
mehta.com/excel/software/interactive_chart_display/index.html

--
Regards,

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

BuickGN87 said:
Hello, I have the same problem: I have completed my chart, but I thought I
could somehow enter a value for the x-axis and the program would interpolate
off the chart to find the y value. That's what I need. Thanks
{snip}
 
Back
Top