Chart data file lost - need to re-create from chart?

L

LostExcelData

I have a chart created by an intern last year, the data to create the chart
was in a file stored in their temp files and is now lost. When I open that
chart file the chart still has data in it so I know the file has the data
stored somewhere in it. Has anyone ever had this issue, and were you able to
get the data back out of the chart?
 
A

Andy Pope

Hi,

If the chart series now contains actual values rather than links to
ranges/cells you could try the following in order to recoup the data.

Select a series, it's formula should be displayed in the formula bar.
Something like this,
=SERIES("series A",{"a","b","c"},{1,2,3},1)

Some you could copy and paste the formula and then extract the values
into cells. Another way to get at the same information would be to use
the Source Data dialog.

If the chart contains many series then you can use some VBA code to
extract those values. If you need help with that post back.

Cheers
Andy
 

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