Stu,
If you enter a 'date' without any date separators, Excel will treat it as a
number, and enter that. As a date is just a number since 1 Jan 1900, when
you format as a date, it will calculate the date from the number you
entered. 28th July 1909 is 3497 days since 1st Jan 1900,
So you need separators, or you could try using VBA as Chip Pearson shows at
http://www.cpearson.com/excel/DateTimeEntry.htm
--
HTH
Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
Stu said:
I try to format cells as "Date" Type "03/4/97" but it displays as 7/28/09
1/25/04, (which I enter as 12504) shows as 3/26/34.. Even if I use Custom
format, as m/dd/yy, it still displays wrong, 26th March 1934 is 12504 days
since then, which are the numbers you are inputting.