I format for date but it is calculating

T

Tory

I formatted column for date, ie mm/dd/yy

However, when I enter in 060806 I get 03/19/69

I want to see 06/08/06. What is wrong?

I think it is making some sort of calculation.
 
T

Toppers

As far as I am aware, dates must entered as mm/dd/yy(yy) or mm-dd-yy(yy) i.e.
you need the delimeters.

Using VBA, it would be possible to allow entry as you tried and convert to a
date.

HtH
 
Top