Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
My import data imports as yyyy/mm/dd even when I tell it to import m/d/y.
When I try to format the column using format cells, custom, mm/dd/yyyy, I get ###########. I tried to change width of column as was suggested in help, but that does not work. I know I have done this before, but it escapes me now. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Just import as pure raw text and then use:
=DATE(LEFT(A1,4)*1,MID(A1,6,2)*1,RIGHT(A1,2)*1) this will convert 2005/12/25 into 12/25/2005 as a real usable date -- Gary's Student "vpuckett" wrote: My import data imports as yyyy/mm/dd even when I tell it to import m/d/y. When I try to format the column using format cells, custom, mm/dd/yyyy, I get ###########. I tried to change width of column as was suggested in help, but that does not work. I know I have done this before, but it escapes me now. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The whole point when using the text to columns is to import as the format it
comes in and excel will convert it according to your regional settings so if you get text files with dates like YMD then use YMD in the text to columns wizard (step 3)and it should be OK -- Regards, Peo Sjoblom "vpuckett" wrote in message ... My import data imports as yyyy/mm/dd even when I tell it to import m/d/y. When I try to format the column using format cells, custom, mm/dd/yyyy, I get ###########. I tried to change width of column as was suggested in help, but that does not work. I know I have done this before, but it escapes me now. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MS Query Date Format | Excel Discussion (Misc queries) | |||
Why Does Date Format Change on Chart | Excel Discussion (Misc queries) | |||
DATE Format | Excel Worksheet Functions | |||
How do I change the default date format in an Excel Footer | Setting up and Configuration of Excel | |||
Change the format of my footer {date} option? | Excel Discussion (Misc queries) |