![]() |
Change date format
Hi,
I need some help changing the date format in xls. I have the following U.S date format = 02/21/2006. I need to convert this into 2212006, = mddyyyy I.e drop the zero and drop the "/" i have tried a number of techniques but there seems to be a problem when i get to dates such as 11/11/2005, = mmddyyyy Thanks George |
Change date format
If you want to display it as mddyyy use custom format, if you want to change
the underlying date serial to a number thus the serial date of 11/11/2006 which is 39032 into the number 11112006 =--TEXT(A1."mddyyyy") -- Regards, Peo Sjoblom Northwest Excel Solutions www.nwexcelsolutions.com (remove ^^ from email address) Portland, Oregon "George" wrote in message ... Hi, I need some help changing the date format in xls. I have the following U.S date format = 02/21/2006. I need to convert this into 2212006, = mddyyyy I.e drop the zero and drop the "/" i have tried a number of techniques but there seems to be a problem when i get to dates such as 11/11/2005, = mmddyyyy Thanks George |
Change date format
looks good thanks very much
"Peo Sjoblom" wrote: If you want to display it as mddyyy use custom format, if you want to change the underlying date serial to a number thus the serial date of 11/11/2006 which is 39032 into the number 11112006 =--TEXT(A1."mddyyyy") -- Regards, Peo Sjoblom Northwest Excel Solutions www.nwexcelsolutions.com (remove ^^ from email address) Portland, Oregon "George" wrote in message ... Hi, I need some help changing the date format in xls. I have the following U.S date format = 02/21/2006. I need to convert this into 2212006, = mddyyyy I.e drop the zero and drop the "/" i have tried a number of techniques but there seems to be a problem when i get to dates such as 11/11/2005, = mmddyyyy Thanks George |
All times are GMT +1. The time now is 04:26 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com