Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a spreadsheet that contains a list of dates but they are formatted as
follows - 20100427. How would I go about converting those cells to a standard format - 04/27/2010? Any help or suggestions would be appreciated. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use a formula such as this to convert it to a date
=DATE(LEFT(A1, 4), MID(A1, 5, 2), RIGHT(A1, 2)) you can then format the date however you wish using standard XL formats. -- HTH... Jim Thomlinson "readystate" wrote: I have a spreadsheet that contains a list of dates but they are formatted as follows - 20100427. How would I go about converting those cells to a standard format - 04/27/2010? Any help or suggestions would be appreciated. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks...worked fine.
"Jim Thomlinson" wrote: Use a formula such as this to convert it to a date =DATE(LEFT(A1, 4), MID(A1, 5, 2), RIGHT(A1, 2)) you can then format the date however you wish using standard XL formats. -- HTH... Jim Thomlinson "readystate" wrote: I have a spreadsheet that contains a list of dates but they are formatted as follows - 20100427. How would I go about converting those cells to a standard format - 04/27/2010? Any help or suggestions would be appreciated. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=--TEXT(A1,"0000\/00\/00") and format the cell accordingly.
-- David Biddulph "readystate" wrote in message ... I have a spreadsheet that contains a list of dates but they are formatted as follows - 20100427. How would I go about converting those cells to a standard format - 04/27/2010? Any help or suggestions would be appreciated. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In place with no formulas..............
DataText to ColumnsNextNextColumn Data FormatYMD and Finish. Gord Dibben MS Excel MVP On Wed, 28 Apr 2010 10:42:01 -0700, readystate wrote: I have a spreadsheet that contains a list of dates but they are formatted as follows - 20100427. How would I go about converting those cells to a standard format - 04/27/2010? Any help or suggestions would be appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
permanent conversion of 1904 date format to 1900 date format | Excel Worksheet Functions | |||
Convert european foreign date format to US date format | Excel Worksheet Functions | |||
convert serial date format to normal date format | Excel Discussion (Misc queries) | |||
Convert date + time text format to date format | Excel Worksheet Functions | |||
Excel 2000 date format cannot be set to Australian date format | Excel Discussion (Misc queries) |