create date from 5 digits

gkeppler

New Member
Joined
Jan 12, 2009
Messages
21
I have a date that comes into excel as 32409, which is not a serial date, but rather March 24, 2009. Is there a way to convert it to a date? or to insert a slash two from the right and four from the right? So, turn 32409 into 3/24/09. Thanks
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
right click on cell>>number tab>>select Custom and paste this in Type field:
mm/dd/yy
 
Upvote 0
Hello and welcome to MrExcel.

Try this: select your dates, Data > Text to Columns, click Next twice then on the third screen check Date, select MDY and click Finish.
 
Upvote 0
I have a date that comes into excel as 32409, which is not a serial date, but rather March 24, 2009. Is there a way to convert it to a date? or to insert a slash two from the right and four from the right? So, turn 32409 into 3/24/09. Thanks

Assuming 32409 is in cell H14.

=DATE("20"&RIGHT(H14,2),LEFT(H14,1),MID(H14,2,2))
 
Upvote 0

Forum statistics

Threads
1,214,625
Messages
6,120,598
Members
448,973
Latest member
ksonnia

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top