How do I assign a bar to the right axis?

  • Thread starter Thread starter Mike Row Soft
  • Start date Start date
M

Mike Row Soft

I have a bar chart with three colums. The left column is dollars. I want to
make the right column percentages and assign the right column to the right
axis? How do I do this?
 
Thanks, but that is much more complicated (12 columns) than what I am doing.
I just have 3 columns, 2 on the left I want in dollars and 1 on the right I
want in percentage. Is there a simple way to do this?
 
Hi,

You can not place individual points of a series on another axis. You need to
add another series with the values you want on the other axis.
Once you have separate series you can select which axis to use. The problem
is if you have 2 column series on different axes then they will overlap each
other.

Or maybe I'm not understanding your explanation of what data you actually
have.

Cheers
Andy
 
Here's what I want:

Left axis: dollars
1st column: $80,000
2d column: $900,000

Right axis: percentage
3d column 62%
 
Assuming you data is currently in A1:A3

£80,000.00
£900,000.00
62%

Change it to be in A1:B3

£80,000.00 <empty>
£900,000.00 <empty>
<empty> 62%

Now create your chart so it has 2 series.
Select the second series and move it to the secondary axis.

Cheers
Andy
 
I forgot to mention my bottom axis: 80,000 is Operating Profit, 90,000 is Net
Profit, 62% is recoupment. Which cells do I put these in?
 
If you insert a new column A you can place the category labels in A1:A3.

So now your chart information is in A1:C3

Cheers
Andy
 
How do I "Now create your chart so it has 2 series. Select the second series
and move it to the secondary axis"? Please tell me exactly what to write in
which dialog box. I guessed at this, and the 3d column ended up stuck next
to the 1st, with no Recoupment in the bottom axis. Thanks!
 
You can not do combination charts with the 3d types.

I forgot to mention my bottom axis: 80,000 is Operating Profit, 90,000 is
Net
Profit, 62% is recoupment. Which cells do I put these in?

A1: =Operating Profit B1: =£80,000.00 C1: =<empty>
A2: =Net Profit B2: =£900,000.00 C2: =<empty>
A3: =Recoupment B3:= <empty> C3: =62%

Cheers
Andy
 
Back
Top