Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 100
Default Getting a useful Auto Scale

I have a chart showing number of calls per employee as a column graph and
duration of calls as a line graph together. The scale is automatic. The scale
for the number of calls works great. The scale for the duration works, but it
doesn't use nice numbers. For example, if my employee with the longest
duration is currently at 01:55:43 (hh:mm:ss), the top of the scale shows
02:09:36. I want to keep it on automatic, but I want it to use nicer numbers,
like 02:00:00 or 02:15:00 instead of 02:09:36. Is there any easy way to do
this? If not, is there any way to do this?

Thanks,
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 207
Default Getting a useful Auto Scale

sb1920alk,
On the chart, select the scale (left mouse click), this will select the scale.
Then right mouse click on the selected scale.
Select "Format Axis", then select the "Scale" tab.
Experiment with it until you like what you see.
hth

"sb1920alk" wrote:

I have a chart showing number of calls per employee as a column graph and
duration of calls as a line graph together. The scale is automatic. The scale
for the number of calls works great. The scale for the duration works, but it
doesn't use nice numbers. For example, if my employee with the longest
duration is currently at 01:55:43 (hh:mm:ss), the top of the scale shows
02:09:36. I want to keep it on automatic, but I want it to use nicer numbers,
like 02:00:00 or 02:15:00 instead of 02:09:36. Is there any easy way to do
this? If not, is there any way to do this?

Thanks,

  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Getting a useful Auto Scale

In Excel 2003 and earlier, you can even enter your scale parameters in date
or time formats, and Excel will accept them. For some reason, the designers
of the Excel 2007 interface did not include this nice usability feature.

There is no way to do this "nicely" and "easily".

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"FloMM2" wrote in message
...
sb1920alk,
On the chart, select the scale (left mouse click), this will select the
scale.
Then right mouse click on the selected scale.
Select "Format Axis", then select the "Scale" tab.
Experiment with it until you like what you see.
hth

"sb1920alk" wrote:

I have a chart showing number of calls per employee as a column graph and
duration of calls as a line graph together. The scale is automatic. The
scale
for the number of calls works great. The scale for the duration works,
but it
doesn't use nice numbers. For example, if my employee with the longest
duration is currently at 01:55:43 (hh:mm:ss), the top of the scale shows
02:09:36. I want to keep it on automatic, but I want it to use nicer
numbers,
like 02:00:00 or 02:15:00 instead of 02:09:36. Is there any easy way to
do
this? If not, is there any way to do this?

Thanks,



  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2
Default Getting a useful Auto Scale

Your steps seems clear, but using Excel 2007 I can't follow them. Could you
try to state it differently? I appreciate your help on this.
wab713

"FloMM2" wrote:

sb1920alk,
On the chart, select the scale (left mouse click), this will select the scale.
Then right mouse click on the selected scale.
Select "Format Axis", then select the "Scale" tab.
Experiment with it until you like what you see.
hth

"sb1920alk" wrote:

I have a chart showing number of calls per employee as a column graph and
duration of calls as a line graph together. The scale is automatic. The scale
for the number of calls works great. The scale for the duration works, but it
doesn't use nice numbers. For example, if my employee with the longest
duration is currently at 01:55:43 (hh:mm:ss), the top of the scale shows
02:09:36. I want to keep it on automatic, but I want it to use nicer numbers,
like 02:00:00 or 02:15:00 instead of 02:09:36. Is there any easy way to do
this? If not, is there any way to do this?

Thanks,

  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Getting a useful Auto Scale

There's not a "scale" tab, but the first tab on the Format Axis dialog has
the axis scale stuff on it.

For 2:15:00 you'll have to enter 0.09375, which is 2.25 hours divided by 24
hours. Rather than calculating this, type it into a cell, then change the
cell's number format to "general".

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"wab713" wrote in message
...
Your steps seems clear, but using Excel 2007 I can't follow them. Could
you
try to state it differently? I appreciate your help on this.
wab713

"FloMM2" wrote:

sb1920alk,
On the chart, select the scale (left mouse click), this will select the
scale.
Then right mouse click on the selected scale.
Select "Format Axis", then select the "Scale" tab.
Experiment with it until you like what you see.
hth

"sb1920alk" wrote:

I have a chart showing number of calls per employee as a column graph
and
duration of calls as a line graph together. The scale is automatic. The
scale
for the number of calls works great. The scale for the duration works,
but it
doesn't use nice numbers. For example, if my employee with the longest
duration is currently at 01:55:43 (hh:mm:ss), the top of the scale
shows
02:09:36. I want to keep it on automatic, but I want it to use nicer
numbers,
like 02:00:00 or 02:15:00 instead of 02:09:36. Is there any easy way to
do
this? If not, is there any way to do this?

Thanks,





  #6   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 100
Default Getting a useful Auto Scale

Ok, I see what you mean about the calculation. The problem is, 02:15:00 will
not always be what I need for the max scale. In the morning it will need to
be lower, and as the day goes on and they make more and more calls it will
need to be higher to make everything fit. So I still want it to be on Auto
but somehow just make it use nicer numbers in the scale.

"Jon Peltier" wrote:

There's not a "scale" tab, but the first tab on the Format Axis dialog has
the axis scale stuff on it.

For 2:15:00 you'll have to enter 0.09375, which is 2.25 hours divided by 24
hours. Rather than calculating this, type it into a cell, then change the
cell's number format to "general".

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"wab713" wrote in message
...
Your steps seems clear, but using Excel 2007 I can't follow them. Could
you
try to state it differently? I appreciate your help on this.
wab713

"FloMM2" wrote:

sb1920alk,
On the chart, select the scale (left mouse click), this will select the
scale.
Then right mouse click on the selected scale.
Select "Format Axis", then select the "Scale" tab.
Experiment with it until you like what you see.
hth

"sb1920alk" wrote:

I have a chart showing number of calls per employee as a column graph
and
duration of calls as a line graph together. The scale is automatic. The
scale
for the number of calls works great. The scale for the duration works,
but it
doesn't use nice numbers. For example, if my employee with the longest
duration is currently at 01:55:43 (hh:mm:ss), the top of the scale
shows
02:09:36. I want to keep it on automatic, but I want it to use nicer
numbers,
like 02:00:00 or 02:15:00 instead of 02:09:36. Is there any easy way to
do
this? If not, is there any way to do this?

Thanks,




  #7   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Getting a useful Auto Scale

Yes, well, this is Excel. There's no easy way to automate the settings, and
get nice values for those settings.

If you could write a few formulas to provide reasonable settings, look into
Tushar Mehta's Auto Chart Manager (http://tushar-mehta.com), which links
axis scale limits to worksheet cells.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"sb1920alk" wrote in message
...
Ok, I see what you mean about the calculation. The problem is, 02:15:00
will
not always be what I need for the max scale. In the morning it will need
to
be lower, and as the day goes on and they make more and more calls it will
need to be higher to make everything fit. So I still want it to be on Auto
but somehow just make it use nicer numbers in the scale.

"Jon Peltier" wrote:

There's not a "scale" tab, but the first tab on the Format Axis dialog
has
the axis scale stuff on it.

For 2:15:00 you'll have to enter 0.09375, which is 2.25 hours divided by
24
hours. Rather than calculating this, type it into a cell, then change the
cell's number format to "general".

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"wab713" wrote in message
...
Your steps seems clear, but using Excel 2007 I can't follow them.
Could
you
try to state it differently? I appreciate your help on this.
wab713

"FloMM2" wrote:

sb1920alk,
On the chart, select the scale (left mouse click), this will select
the
scale.
Then right mouse click on the selected scale.
Select "Format Axis", then select the "Scale" tab.
Experiment with it until you like what you see.
hth

"sb1920alk" wrote:

I have a chart showing number of calls per employee as a column
graph
and
duration of calls as a line graph together. The scale is automatic.
The
scale
for the number of calls works great. The scale for the duration
works,
but it
doesn't use nice numbers. For example, if my employee with the
longest
duration is currently at 01:55:43 (hh:mm:ss), the top of the scale
shows
02:09:36. I want to keep it on automatic, but I want it to use nicer
numbers,
like 02:00:00 or 02:15:00 instead of 02:09:36. Is there any easy way
to
do
this? If not, is there any way to do this?

Thanks,






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto Update of Y axis Max, Min and Scale Philip J Smith Charts and Charting in Excel 1 March 30th 07 12:34 PM
Y Axis Auto updatem Max, Min and Scale Philip J Smith Excel Discussion (Misc queries) 0 March 28th 07 12:00 PM
Y Axis Auto Scale Arturo Charts and Charting in Excel 1 March 27th 06 04:23 PM
Auto Y-Axis Scale systemx Charts and Charting in Excel 1 March 22nd 06 06:47 AM
Auto Year scale John Sawyer Charts and Charting in Excel 1 July 19th 05 03:18 AM


All times are GMT +1. The time now is 03:26 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"