I have a column chart with a single series of data to be shown on the chart.

However, I also have another column of data that corresponds to the one being visualized, but instead of charting it, I want to show it as a data table beneath the chart.

Right now, every time I add a data-table to the chart and poke around its options, I can only ever get the data for the series that are actually being charted, and not additional columnar data. Ideally, I could exclude the data that is already charted (to avoid redundancy) and add the other column for use only in the data table. But it seems the data table is inexorably tied to what you actually see in the cart.

Is this possible? I know there are lots of tricks for massaging Excel into doing what you want, but so far it has eluded me. (Excel 2007)

link|improve this question
Not sure, but I think you can just chart both, then make one line invisible. – soandos Jun 6 '11 at 5:07
feedback

2 Answers

You can set the ChartArea and PlotArea properties to NoFill to make them transparent. Then place to chart on top of a range containig the table

link|improve this answer
feedback

Not sure if this is the direction you want, but, you could copy your desired cell range as a picture, then paste the picture anywhere you like.

In Excel 2007 you'd select the desired cell range, copy it, then on the "Home" tab, choose "Paste", "As Picture", "Copy as Picture", and accept the defaults. This copies the selected range as a picture to your clipboard, and now you can paste it anywhere. You can further manipulate the picture properties at this point if needed.

You can "paste as picture" a lot of things -- including pictures of graphs.

You can automate it with a macro as well.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.