Chart Data

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

Guest

I have data in a chart. I want to set up a macro to perform calculations on
this data, but I want to be able to select the "starting point" - which will
not necessarily correspond to the first data point.

Is there a way to allow a user to manipulate a "line" on the graph so that
where they position that line (along the x-axis) will correspond to the
starting position to perform calculations on the data?

Any other suggestions?

Thanks
Frank
 
Plot another series on the chart as a line, using two datapoints with
the same x-values and different y-values (use min y & max y). Set the
series x-values to a cell and link a scrollbar on the sheet to the
cell. Set the min and max of the scrollbar to the min/max of your
x-axis data. The user can move the scroll bar to position the line on
the chart.

Tim.
 

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

Back
Top