how to plot column chart with one series against multiple series.

G

Guest

I want to plot a coloumn chart. my x-axis is fixed. my y axis consist of many
columns. i want to plot the first column and combine all the other column so
that it is adjacent to first column. for example my x axis will be month. my
y axis first column will be income. other columns will be expenses. i want a
graph in such a way that i can compare all the expenses together with the
income.
 
G

Guest

Try plotting you data like this . . .

Assume the following resides in the range A1:C4:

(A1) Income (B1) $15
(A2) Salaries (C2) $4
(A3) Supplies (C3) $6
(A4) Services (C4) $5

Select the range. In the Chart Wizard step 1, choose the Stacked Column
chart option. In step 2, choose "Series in Rows".

To crease more than one month, carry this same type of logic out to columns
D, E, etc.
 

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