View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary L Brown
 
Posts: n/a
Default importing csv files, problem with date formats

Change the file extension of the file from .csv to .txt. This will make the
Import Wizard come up when you import the file. You can then format the data
any way you wish.
HTH,
--
Gary Brown

If this post was helpful, please click the ''Yes'' button next to ''Was this
Post Helpfull to you?''.


"jiwolf" wrote:

I have a problem with how excel treats dates that are imported as a csv
file.

For some reason, excel occasionally transposes dates from dd/mm format to
mm/dd format.

I know that the problem isn't with the format of the cells but I think it is
the way that the exporting program recognises dates.

It may be that the problem is due to the fact that week numbers less than 12
could be interpreted as a month or a week. ( the problem does not occur on
dates that fall in week 13 or greater).

Does any one know of an easy way of solving the problem or converting the
dates ?


any help greatly appreciated


Pete