Cindy
You cannot enter dates in the manner which you are attempting without using VBA
coding.
You must enter dates using some sort of seperator like / or -
For VBA see Chip Pearson's site.
http://www.cpearson.com/excel/DateTimeEntry.htm
Also see Chip's site for an explanation of how Excel computes dates.
http://www.cpearson.com/excel/datetime.htm#AddingDates
Gord Dibben MS Excel MVP
On Mon, 12 Jun 2006 08:17:02 -0700, CindyLF1
<(E-Mail Removed)> wrote:
>I have the cell formatted to Date 03/14/01, however, when I type in 053106
>and tab it displays as 05/24/45. Seems like there is a hidden formula but I
>checked and the worksheet isn't protected and has no hidden formulas.
>Suggestions please.