LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,104
Default Excel date formats

Not that it helps you very much, but I can confirm the same behaviour.
Even it I gave the file a TXT extension and used Text to Columns, the
28/2/33 became 28/3/1933
(sorry, I use the non-US convention)

Anyway you can modify the app that build the file?

Otherwise you will need something like
=IF(YEAR(A1)<2000,DATE(YEAR(A1)+100,MONTH(A1),DAY( A1)),A1)
This could go into a new B column , converted using Paste Special -Values
and then the original A column deleted.
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"mmclemore" wrote in message
...
I have a problem importing dates with 2 digit year format. When importing
dates with a 2 digit year format, the conversion doesn't follow the
regional
date and language settings. For example if I import 3/23/33, it is
interpreted as 3/23/1933 even though I've changed the regional date
settings
to interpret up to 35 as the 21st century. If I type 3/23/33 directly
into
Excel, it is interpreted as 3/23/2033 as expected. Why is the import
process
not interpreting the correct century according to the regional date
settings.

Thanks,

Mark



 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Date formats Melanie Excel Discussion (Misc queries) 3 June 7th 07 07:48 PM
Excel Date Formats Gary Excel Discussion (Misc queries) 0 February 15th 07 03:46 PM
Excel Date Formats Joel Excel Discussion (Misc queries) 0 February 15th 07 03:29 PM
Excel Date Formats Gary''s Student Excel Discussion (Misc queries) 0 February 15th 07 03:27 PM
Excel Date Formats Teethless mama Excel Discussion (Misc queries) 0 February 15th 07 03:04 PM


All times are GMT +1. The time now is 02:14 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"