Y-axis scale

D

daniel chen

Is it possible to customize the Auto Y-axis scale parameters?
i.e. Lo limit
=ROUNDDOWN(MIN($A$1:$C$20)-0.2*(MAX($A$1:$C$20)-MIN($A$1:$C$20)),0)
Hi limit
=ROUNDUP(MIN($A$1:$C$20)+0.2*(MAX($A$1:$C$20)-MIN($A$1:$C$20)),0)
If MIN($A$1:$C$20) = 119
and MAX($A$1:$C$20) = 143
Excel's Auto Y-axis scale Limits are: 0 - 200
I want to customize it as per formulas above, which resulted: 114 -148
Thanks
 

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