Adding Source Data to a Chart.

G

Guest

I want to add data from 2 different sheets within the same work book added
together. ie say data from Sheet1 B1 + Sheet 3 B1 as source data for the same
bar on the chart. Can this be done direct or do I have to add them together
first then use that as the source data.
I have tried typically the following: Sheet1!$B$1+Sheet3!$b$1 and several
variations of this without success.
 
G

Guest

One way to do it is to have 2 series, one for each sheet, and make a Stacked
bar chart.

The only problem is that you don't get to see the total when adding labels
to the series.

Regards
Esteban
 
J

Jon Peltier

You need to calculate your sum in a worksheet before plotting it. Even
values from the same sheet have to be added first; Excel's charts don't do
arithmetic.

- Jon
 

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