![]() |
How do I convert dates in Excel?
How do I convert dates from yyyymmdd120000[0:GMT] to mm/dd/yyyy in Excel 2003?
|
How do I convert dates in Excel?
If the date is in A1 try:
=--TEXT(LEFT(A1,14),"0000-00-00 00\:00\:00") and format the result in mm/dd/yyyy date format. On Feb 6, 3:54 pm, JDMocko wrote: How do I convert dates from yyyymmdd120000[0:GMT] to mm/dd/yyyy in Excel 2003? |
How do I convert dates in Excel?
=DATE(LEFT(A21,4),MID(A21,5,2),MID(A21,7,2))
and format to the required date format. -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "JDMocko" wrote in message ... How do I convert dates from yyyymmdd120000[0:GMT] to mm/dd/yyyy in Excel 2003? |
How do I convert dates in Excel?
Format - cell - custom mm/dd/yyyy
"JDMocko" wrote: How do I convert dates from yyyymmdd120000[0:GMT] to mm/dd/yyyy in Excel 2003? |
How do I convert dates in Excel?
u could try using activecell.value=format(activecell.value,mm/dd/yyyy)
or as ur requirement is the normal date format u could just save the value to a variable declared as date and store it again in the destination cell regards nc "JDMocko" wrote: How do I convert dates from yyyymmdd120000[0:GMT] to mm/dd/yyyy in Excel 2003? |
All times are GMT +1. The time now is 04:55 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com