Plotting calculated point

B

Bradley Steve

My data
781 249.77
781 449.72
766 649.93
761 849.49
723 1049.39
719 1249.65
692 1449.54
672 1649.80
644 1849.70
636 2049.57
597 2249.47
584 2449.72
is used to create a line chart. No problems
I then have been using
=IF(AND(B10>F$4,B11<=F$4),FORECAST(F$4,A10:A11,B10:B11)," ")
to calculate a point for a particular value in A.
What I am unable to do is to plot this point on the graph and show lines
from the x & y axes to this point.
Any suggestions?
 
J

joel

You may need to change the axis to make it larger to include the points.
Select the X or Y axis with mouse the double click on the highlighted axis.
go to Scale Tab to modify axis as required.
 
J

joel

You may need to change the axis to make it larger to include the points.
Select the X or Y axis with mouse the double click on the highlighted axis.
go to Scale Tab to modify axis as required.
 
B

Bradley Steve

The calculated data point will always be within the limits of the data. For a
specific point eg 653 the calculated x value is 1728, but I am unable to plot
this 653, 1728 point.
 
B

Bradley Steve

The calculated data point will always be within the limits of the data. For a
specific point eg 653 the calculated x value is 1728, but I am unable to plot
this 653, 1728 point.
 

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