Remove overlay on 2 axes column

B

Btibert

Hello everyone,

I know this topic has been brought up many times, but I could not find
the answer to my question in the archives. I am able to assign the
series I want on the secondary axis, but it places the data series over
the first one (overlap). What I want is to have to the series next to
each other, but one is applicable to the Y axis on the left, the other
is on the right. Is this possible?

Thanks in advance!

Brock
 
A

Art

Try setting up your data like this:

x A B
1 12
2 14
3 17
4 22
1 111
2 125
3 153
4 143

Art
 
Top