N
noviceoffice
How do I display (and not calculate) year as 'yy for the 1900 - 200
range
range
How do I display (and not calculate) year as 'yy for the 1900 - 2004
range?
Choose Format, Cell, Number, Special, and inthe format box-----Original Message-----
How do I display (and not calculate) year as 'yy for the 1900 - 2004
range?
When I do that and type in 2001 so that it gets changed to '01 the cell
displays '09 (and the formula bar shows: 1909/06/24) if the 1904 date
system is checked on. If not it displays it as '05 (and formula bar:
1905/06/23). Am I doing something wrong???
Ron said:*On Wed, 11 Aug 2004 15:42:31 -0500, noviceoffice
I assumed you wanted to type in a date. A date consists of day,
month and year
in some recognizeable (by Excel) format. Such as 1/1/01.
If you just type in a number, (for example -- 2001 --) Excel does NOT
interpret
that number as a date.
If you want to type in a number, and have it display just the last
two digits
of the number preceded by an apostrophe, then you will either need to
use VBA,
or an adjacent column containing an appropriate formula.
Let me know.
--ron *