How to create a chart with wide range of numbers

R

Roxana

Hello,
What is the best way to create a chart in excell 2007 when you have a wide
range of numbers (positive to negative) ? The numbers in the middle of the
range don't get represented clearly.

Thank you
Roxana
 
B

Bernard Liengme

use a log scale after subtracting MIN(y-values) to each point to make all
values positive?
best wishes
 
S

ShaneDevenshire

Hi,

Another alternative is to plot the small (intermediate) values on one axis
and the large values on the secondary Y axis.

This means you need to create two series instead of one.
 
R

Roxana

This worked very well...except it's pretty convoluted to add a secondary
axis...but in the end it worked.

Thanks
R
 

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