Hi
you have to enter the date with delimiters. so you have to enter 2/6/04
If you want Excel to automatic convert numbers you have to use VBA.
Have a look at http://www.cpearson.com/excel/DateTimeEntry.htm
for an example event procedure
Hi
that is the way Excel handles date inputs. As Excel stores dates
internally as numbers it does not know if you want to enter the a date
as MMDDYYYY or the integer value for a date (x days after 0.0.1900). So
if you enter 021104 excel interprets this as the 21104th day after
0.0.1900 ´(that is 10/11/1957)
Therefor I provided you the link to a VBA solution which will be
triggered by your entries and will do the conversion. Just try it
i.e. 021104 as a date i.e. 02/11/04. When I go to
format, cell, numbers and highlight date, the cell does
not convert the numbers to show as a date unless I put in
the /, which seems to defeat the purpose of date
formatting.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.