View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.charting
CLarke CLarke is offline
external usenet poster
 
Posts: 5
Default Chart Data Recovery

Thanks Ed, I did some analysis last night and it seems to only extract a
certain amount. It seems to have a predefined limit int he number of
characters it will display in the formula bar. It converts all of the dates
to number format, ie 36789, which is fine, and when you format the cell in
excel where the new data is going, it gives you the data correctly. However
it does not bring in all of the data points. It only converts the fist
300-400, I have over 1000 data points in each line on the graph.

Any ideas.

"Ed Ferrero" wrote:

Click on one of the series in the chart, you will see the series formula in
the formula bar at the top of the screen. It will look something like this;
=SERIES("Series name",Sheet1!$A$1:$A$3,Sheet1!$B$1:$B$3,1)

Then click on the formula in the formula bar, and press F9. The series
formula will now show values. Like this;
=SERIES("Series name",{1,2,3},{4,5,6},1)

Select the whole formula (or just the bits between curly brackets) and copy
it to a worksheet cell. Use Data - Text to Columns to parse the values into
something you can use.

Ed Ferrero
www.edferrero.com