XL: Chart Axis May Be Four Years Early After You Format ScaleID: Q177172
|
When you format an axis in a chart by using a time scale, the axis may
begin and end four years too early.
For example, if you want the axis to start at year 1990 and end at year
1999, it may actually start at year 1986 and end in year 1995.
For an example of this problem, see the "More Information" section in this
article.
This problem may occur if the following conditions are true:
To work around this problem, do not enter serial date values in the
Minimum and Maximum boxes in the Scale tab of the Format Axis dialog box.
Instead, enter the dates as you would normally enter them in a worksheet.
For example, use the formats that are in the following table.
Example Note
-------------------------------------------------------------------
1/10/1998 Month-day-year order
31/3/1998 Day-month-year order; for most non-United States
locales
October 13, 1998 Fully spelled date
16 October 1998 Fully spelled date
Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.
A1: 3/31/90 B1: 1 D1: =VALUE(A1)
A2: 3/31/91 B2: 1
A3: 3/31/92 B3: 1
A4: 3/31/93 B4: 1
A5: 3/31/94 B5: 1
A6: 3/31/95 B6: 1
A7: 3/31/96 B7: 1
A8: 3/31/97 B8: 1
A9: 3/31/98 B9: 1
A10: 3/31/99 B10: 1 D10: =VALUE(A10)
The formula in cell D1 returns the value 31501, the serial date value
for 3/31/90 in the 1904 Date System. The formula in cell D10 returns
the value 34788, the serial date value for 3/31/99.
Additional query words: XL98 XL97
Keywords : xlformat xlchart
Version : MACINTOSH:98; WINDOWS:97
Platform : MACINTOSH WINDOWS
Issue type : kbprb
Last Reviewed: July 30, 1999