Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default How to set the cell for date?

When I import the data from following link, its date format is mm/dd/yy
instead of dd/mm/yy, therefore, the cell will recognize 03/10/09 to be 3 Oct,
2009 instead of 10 Mar, 2009, however, the recognized error occurs on
03/17/09 for a valid date format. Does anyone have any suggestions how to
retrieve the right date format from importing following link?

http://www.ustreas.gov/offices/domes...te/yield.shtml

Thanks in advance for any suggestions
Eric
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default How to set the cell for date?

Set the format in Windows Regional Options (via the Control Panel) to match
your data.
--
David Biddulph

"Eric" wrote in message
...
When I import the data from following link, its date format is mm/dd/yy
instead of dd/mm/yy, therefore, the cell will recognize 03/10/09 to be 3
Oct,
2009 instead of 10 Mar, 2009, however, the recognized error occurs on
03/17/09 for a valid date format. Does anyone have any suggestions how to
retrieve the right date format from importing following link?

http://www.ustreas.gov/offices/domes...te/yield.shtml

Thanks in advance for any suggestions
Eric



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default How to set the cell for date?

Thank you very much for suggestions
Some worksheet is using the date format dd/mm/yy, therefore I cannot change
the Windows Regional Options for date format into mm/dd/yy.
Do you have any other suggestions?
Thank you very much for any suggestions
Eric

"David Biddulph" wrote:

Set the format in Windows Regional Options (via the Control Panel) to match
your data.
--
David Biddulph

"Eric" wrote in message
...
When I import the data from following link, its date format is mm/dd/yy
instead of dd/mm/yy, therefore, the cell will recognize 03/10/09 to be 3
Oct,
2009 instead of 10 Mar, 2009, however, the recognized error occurs on
03/17/09 for a valid date format. Does anyone have any suggestions how to
retrieve the right date format from importing following link?

http://www.ustreas.gov/offices/domes...te/yield.shtml

Thanks in advance for any suggestions
Eric




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default How to set the cell for date?

Make the change (just temporary), do the import, change it back.

Eric wrote:

Thank you very much for suggestions
Some worksheet is using the date format dd/mm/yy, therefore I cannot change
the Windows Regional Options for date format into mm/dd/yy.
Do you have any other suggestions?
Thank you very much for any suggestions
Eric

"David Biddulph" wrote:

Set the format in Windows Regional Options (via the Control Panel) to match
your data.
--
David Biddulph

"Eric" wrote in message
...
When I import the data from following link, its date format is mm/dd/yy
instead of dd/mm/yy, therefore, the cell will recognize 03/10/09 to be 3
Oct,
2009 instead of 10 Mar, 2009, however, the recognized error occurs on
03/17/09 for a valid date format. Does anyone have any suggestions how to
retrieve the right date format from importing following link?

http://www.ustreas.gov/offices/domes...te/yield.shtml

Thanks in advance for any suggestions
Eric





--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default How to set the cell for date?

Thank everyone very much for suggestions
I need to do it daily, and would like to
change the cell format or
retrieve the data and modify it into a correct date format, rather than swap
the setting everyday.
Do you have any more suggestions?
Thank everyone very much for any suggestions
Eric

"Dave Peterson" wrote:

Make the change (just temporary), do the import, change it back.

Eric wrote:

Thank you very much for suggestions
Some worksheet is using the date format dd/mm/yy, therefore I cannot change
the Windows Regional Options for date format into mm/dd/yy.
Do you have any other suggestions?
Thank you very much for any suggestions
Eric

"David Biddulph" wrote:

Set the format in Windows Regional Options (via the Control Panel) to match
your data.
--
David Biddulph

"Eric" wrote in message
...
When I import the data from following link, its date format is mm/dd/yy
instead of dd/mm/yy, therefore, the cell will recognize 03/10/09 to be 3
Oct,
2009 instead of 10 Mar, 2009, however, the recognized error occurs on
03/17/09 for a valid date format. Does anyone have any suggestions how to
retrieve the right date format from importing following link?

http://www.ustreas.gov/offices/domes...te/yield.shtml

Thanks in advance for any suggestions
Eric




--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default How to set the cell for date?

Did you try Bernard's suggestion?

Eric wrote:

Thank everyone very much for suggestions
I need to do it daily, and would like to
change the cell format or
retrieve the data and modify it into a correct date format, rather than swap
the setting everyday.
Do you have any more suggestions?
Thank everyone very much for any suggestions
Eric

"Dave Peterson" wrote:

Make the change (just temporary), do the import, change it back.

Eric wrote:

Thank you very much for suggestions
Some worksheet is using the date format dd/mm/yy, therefore I cannot change
the Windows Regional Options for date format into mm/dd/yy.
Do you have any other suggestions?
Thank you very much for any suggestions
Eric

"David Biddulph" wrote:

Set the format in Windows Regional Options (via the Control Panel) to match
your data.
--
David Biddulph

"Eric" wrote in message
...
When I import the data from following link, its date format is mm/dd/yy
instead of dd/mm/yy, therefore, the cell will recognize 03/10/09 to be 3
Oct,
2009 instead of 10 Mar, 2009, however, the recognized error occurs on
03/17/09 for a valid date format. Does anyone have any suggestions how to
retrieve the right date format from importing following link?

http://www.ustreas.gov/offices/domes...te/yield.shtml

Thanks in advance for any suggestions
Eric




--

Dave Peterson


--

Dave Peterson
  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,104
Default How to set the cell for date?

Hello Eric,
Here is one workaround:
1) Copy the data from the website and paste into Notepad
2) Save the TXT file
3) In Excel, open the TXT file and a Text Import Wizard will start
a) specify Fixed Width, proceed to Step 3 where you can tell Excel that the
first column is in mm/dd/yyyy format
b) when the TXT file is converted to Excel, the first column will now
display dates in your dd/mm/yyyy format

When, Oh when, will we all use the logical yyyy/mm/dd date format and end
all this US vs Rest-of-World date format problem?

best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"Eric" wrote in message
...
When I import the data from following link, its date format is mm/dd/yy
instead of dd/mm/yy, therefore, the cell will recognize 03/10/09 to be 3
Oct,
2009 instead of 10 Mar, 2009, however, the recognized error occurs on
03/17/09 for a valid date format. Does anyone have any suggestions how to
retrieve the right date format from importing following link?

http://www.ustreas.gov/offices/domes...te/yield.shtml

Thanks in advance for any suggestions
Eric



Reply
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
Automatically update a cell with a date based on anther cells date GPR GUY Excel Discussion (Misc queries) 2 November 3rd 08 03:57 PM
Date Turns Green 90-Days before the date shown in cell ajaminb Excel Worksheet Functions 7 September 28th 08 11:36 PM
Create a button that will date stamp todays date in a cell Tom Meacham Excel Discussion (Misc queries) 3 January 11th 06 01:08 AM
formula to calculate future date from date in cell plus days Chicesq Excel Worksheet Functions 8 November 3rd 05 12:25 PM
Using formulas to determine date in one cell based on date in anot Gary Excel Worksheet Functions 2 November 22nd 04 08:11 AM


All times are GMT +1. The time now is 07:35 PM.

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"