I have many dates in a column in a 6 digit format such as:
950223
950224
950225
These dates are Feb 23, 1995; Feb 24, 1995 etc.
How can I convert these dates in the column to 2/23/1995, 2/24/1995 etc?
Thanks in advance for any help.
I have many dates in a column in a 6 digit format such as:
950223
950224
950225
These dates are Feb 23, 1995; Feb 24, 1995 etc.
How can I convert these dates in the column to 2/23/1995, 2/24/1995 etc?
Thanks in advance for any help.
Last edited by wawa; 12-08-2009 at 08:06 PM.
If your numbers start in A1, try the following formula in cell B1 and copy it down.
Then Date format B1.![]()
Please Login or Register to view this content.
Or =(19 + (A1<300000) & TEXT(A1, "00-00-00") )+0
Entia non sunt multiplicanda sine necessitate
Wow:
That was fast; and it worked!!
Thanks very much
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks