Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 86
Default Primary Axis(X) Formating Issue

I'm using a custom type chart (Lines on 2 Axes) and I'm using two different
ranges for the Category (X) axis labels and the Second category (X) axis
labels in order to display some additional information on the chart. When I
say two different ranges I mean the rows are the same, but the columns are
different.

The problem I'm having is I want to use a custom format (dd-MMM-yy) to
display the dates, but when I do so the dates have format MMM-yy-dd. The
only way I can get the dates to display accurately is to use the Date format
with the * (either *03/14/01 or *March 14, 2001).

By the way, I don't have any trouble using the "dd-MMM-yy" format if the
Category (X) axis labels and the Second category (X) axis labels refer to the
same range.

Does anyone have an explanation as to why I can't get the desired format
for the dates when the Category (X) axis labels and the Second category (X)
axis labels refer to different ranges (rows are the same, columns are
different)?

Thanks in advance,
Raul
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Primary Axis(X) Formating Issue

I couldn't reproduce your issue. What version of Excel are you using?

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


"Raul" wrote in message
...
I'm using a custom type chart (Lines on 2 Axes) and I'm using two
different
ranges for the Category (X) axis labels and the Second category (X) axis
labels in order to display some additional information on the chart.
When I
say two different ranges I mean the rows are the same, but the columns are
different.

The problem I'm having is I want to use a custom format (dd-MMM-yy) to
display the dates, but when I do so the dates have format MMM-yy-dd. The
only way I can get the dates to display accurately is to use the Date
format
with the * (either *03/14/01 or *March 14, 2001).

By the way, I don't have any trouble using the "dd-MMM-yy" format if the
Category (X) axis labels and the Second category (X) axis labels refer to
the
same range.

Does anyone have an explanation as to why I can't get the desired format
for the dates when the Category (X) axis labels and the Second category
(X)
axis labels refer to different ranges (rows are the same, columns are
different)?

Thanks in advance,
Raul



  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 86
Default Primary Axis(X) Formating Issue

2003, I'm assuming it's version 11.

Raul

"Jon Peltier" wrote:

I couldn't reproduce your issue. What version of Excel are you using?

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


"Raul" wrote in message
...
I'm using a custom type chart (Lines on 2 Axes) and I'm using two
different
ranges for the Category (X) axis labels and the Second category (X) axis
labels in order to display some additional information on the chart.
When I
say two different ranges I mean the rows are the same, but the columns are
different.

The problem I'm having is I want to use a custom format (dd-MMM-yy) to
display the dates, but when I do so the dates have format MMM-yy-dd. The
only way I can get the dates to display accurately is to use the Date
format
with the * (either *03/14/01 or *March 14, 2001).

By the way, I don't have any trouble using the "dd-MMM-yy" format if the
Category (X) axis labels and the Second category (X) axis labels refer to
the
same range.

Does anyone have an explanation as to why I can't get the desired format
for the dates when the Category (X) axis labels and the Second category
(X)
axis labels refer to different ranges (rows are the same, columns are
different)?

Thanks in advance,
Raul




  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 86
Default Primary Axis(X) Formating Issue

I failed to mention that I'm using named ranges in the charts and the named
ranges use the offset function.

Category (X) axis labels:
=WaterQuality_KilnWTS_Data.xls!ScrollLabelsScrlngD AXChrt

Second category (X) axis labels:
=WaterQuality_KilnWTS_Data.xls!ScrollLabelsScrlngD AXChrt2

ScrollLabelsScrlngDAXChrt:
=OFFSET(All_Data!$AJ$5, ScrlngDAXChrt!$B$2,0,ScrlngDAXChrt!$B$3,1)

ScrollLabelsScrlngDAXChrt2:
=OFFSET(All_Data!$AI$5, ScrlngDAXChrt!$B$2,0,ScrlngDAXChrt!$B$3,1)

Sorry,
Raul

"Jon Peltier" wrote:

I couldn't reproduce your issue. What version of Excel are you using?

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


"Raul" wrote in message
...
I'm using a custom type chart (Lines on 2 Axes) and I'm using two
different
ranges for the Category (X) axis labels and the Second category (X) axis
labels in order to display some additional information on the chart.
When I
say two different ranges I mean the rows are the same, but the columns are
different.

The problem I'm having is I want to use a custom format (dd-MMM-yy) to
display the dates, but when I do so the dates have format MMM-yy-dd. The
only way I can get the dates to display accurately is to use the Date
format
with the * (either *03/14/01 or *March 14, 2001).

By the way, I don't have any trouble using the "dd-MMM-yy" format if the
Category (X) axis labels and the Second category (X) axis labels refer to
the
same range.

Does anyone have an explanation as to why I can't get the desired format
for the dates when the Category (X) axis labels and the Second category
(X)
axis labels refer to different ranges (rows are the same, columns are
different)?

Thanks in advance,
Raul




  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Primary Axis(X) Formating Issue

I was trying an example in 2003.

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


"Raul" wrote in message
...
2003, I'm assuming it's version 11.

Raul

"Jon Peltier" wrote:

I couldn't reproduce your issue. What version of Excel are you using?

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


"Raul" wrote in message
...
I'm using a custom type chart (Lines on 2 Axes) and I'm using two
different
ranges for the Category (X) axis labels and the Second category (X)
axis
labels in order to display some additional information on the chart.
When I
say two different ranges I mean the rows are the same, but the columns
are
different.

The problem I'm having is I want to use a custom format (dd-MMM-yy) to
display the dates, but when I do so the dates have format MMM-yy-dd.
The
only way I can get the dates to display accurately is to use the Date
format
with the * (either *03/14/01 or *March 14, 2001).

By the way, I don't have any trouble using the "dd-MMM-yy" format if
the
Category (X) axis labels and the Second category (X) axis labels refer
to
the
same range.

Does anyone have an explanation as to why I can't get the desired
format
for the dates when the Category (X) axis labels and the Second category
(X)
axis labels refer to different ranges (rows are the same, columns are
different)?

Thanks in advance,
Raul








  #6   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Primary Axis(X) Formating Issue

I don't see any reason why these would matter.

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


"Raul" wrote in message
...
I failed to mention that I'm using named ranges in the charts and the named
ranges use the offset function.

Category (X) axis labels:
=WaterQuality_KilnWTS_Data.xls!ScrollLabelsScrlngD AXChrt

Second category (X) axis labels:
=WaterQuality_KilnWTS_Data.xls!ScrollLabelsScrlngD AXChrt2

ScrollLabelsScrlngDAXChrt:
=OFFSET(All_Data!$AJ$5, ScrlngDAXChrt!$B$2,0,ScrlngDAXChrt!$B$3,1)

ScrollLabelsScrlngDAXChrt2:
=OFFSET(All_Data!$AI$5, ScrlngDAXChrt!$B$2,0,ScrlngDAXChrt!$B$3,1)

Sorry,
Raul

"Jon Peltier" wrote:

I couldn't reproduce your issue. What version of Excel are you using?

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


"Raul" wrote in message
...
I'm using a custom type chart (Lines on 2 Axes) and I'm using two
different
ranges for the Category (X) axis labels and the Second category (X)
axis
labels in order to display some additional information on the chart.
When I
say two different ranges I mean the rows are the same, but the columns
are
different.

The problem I'm having is I want to use a custom format (dd-MMM-yy) to
display the dates, but when I do so the dates have format MMM-yy-dd.
The
only way I can get the dates to display accurately is to use the Date
format
with the * (either *03/14/01 or *March 14, 2001).

By the way, I don't have any trouble using the "dd-MMM-yy" format if
the
Category (X) axis labels and the Second category (X) axis labels refer
to
the
same range.

Does anyone have an explanation as to why I can't get the desired
format
for the dates when the Category (X) axis labels and the Second category
(X)
axis labels refer to different ranges (rows are the same, columns are
different)?

Thanks in advance,
Raul






  #7   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 86
Default Primary Axis(X) Formating Issue

I didn't think it would either, but I'm at a loss for an explanation so
thought I'd mention it.

Thanks,
Raul


"Jon Peltier" wrote:

I don't see any reason why these would matter.

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


"Raul" wrote in message
...
I failed to mention that I'm using named ranges in the charts and the named
ranges use the offset function.

Category (X) axis labels:
=WaterQuality_KilnWTS_Data.xls!ScrollLabelsScrlngD AXChrt

Second category (X) axis labels:
=WaterQuality_KilnWTS_Data.xls!ScrollLabelsScrlngD AXChrt2

ScrollLabelsScrlngDAXChrt:
=OFFSET(All_Data!$AJ$5, ScrlngDAXChrt!$B$2,0,ScrlngDAXChrt!$B$3,1)

ScrollLabelsScrlngDAXChrt2:
=OFFSET(All_Data!$AI$5, ScrlngDAXChrt!$B$2,0,ScrlngDAXChrt!$B$3,1)

Sorry,
Raul

"Jon Peltier" wrote:

I couldn't reproduce your issue. What version of Excel are you using?

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


"Raul" wrote in message
...
I'm using a custom type chart (Lines on 2 Axes) and I'm using two
different
ranges for the Category (X) axis labels and the Second category (X)
axis
labels in order to display some additional information on the chart.
When I
say two different ranges I mean the rows are the same, but the columns
are
different.

The problem I'm having is I want to use a custom format (dd-MMM-yy) to
display the dates, but when I do so the dates have format MMM-yy-dd.
The
only way I can get the dates to display accurately is to use the Date
format
with the * (either *03/14/01 or *March 14, 2001).

By the way, I don't have any trouble using the "dd-MMM-yy" format if
the
Category (X) axis labels and the Second category (X) axis labels refer
to
the
same range.

Does anyone have an explanation as to why I can't get the desired
format
for the dates when the Category (X) axis labels and the Second category
(X)
axis labels refer to different ranges (rows are the same, columns are
different)?

Thanks in advance,
Raul






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
Format Issue DS Excel Worksheet Functions 4 October 13th 06 01:20 AM
Excel Formula Issue [email protected] Excel Discussion (Misc queries) 2 August 16th 06 11:44 PM
Memory or power issue Steven Excel Discussion (Misc queries) 1 May 10th 06 05:06 AM
Formating Issue Dave Excel Discussion (Misc queries) 0 January 19th 06 02:48 PM
Conditional Formating issue..... WalterT. Excel Worksheet Functions 3 December 9th 05 12:31 AM


All times are GMT +1. The time now is 03:17 AM.

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"