#1   Report Post  
Posted to microsoft.public.excel.misc
noel
 
Posts: n/a
Default convert date format

date is now in mm/dd/yy (general format)

after switching cell format to dd/mm/yy (date format)

the same still

"Toppers" wrote:

You say it doesn't work - what results do you get?

Format==Cells==Date==14/03/01

gives date in dd/mm/yy format

XL2003 (and UK-based!)

"noel" wrote:

i am using microsoft office 2003.
currently i need to columns of data (in general format) to date (DD/MM/YY)
format.
tried clicking Format=Cells=Number=Date (select date type) it doesnt work.

please advise alternate method thanks.

regards
noel

  #2   Report Post  
Posted to microsoft.public.excel.misc
Toppers
 
Posts: n/a
Default convert date format

Try this: insert column and add this formula (copy down for all dates);

=MONTH(A1) & "/" & DAY(A1) & "/" & YEAR(A1)

Change A1 to suit.

If OK, for new column do Copy/PasteSpecial/Values to convert formulae to
values and then delete original column.

HTH

"noel" wrote:

date is now in mm/dd/yy (general format)

after switching cell format to dd/mm/yy (date format)

the same still

"Toppers" wrote:

You say it doesn't work - what results do you get?

Format==Cells==Date==14/03/01

gives date in dd/mm/yy format

XL2003 (and UK-based!)

"noel" wrote:

i am using microsoft office 2003.
currently i need to columns of data (in general format) to date (DD/MM/YY)
format.
tried clicking Format=Cells=Number=Date (select date type) it doesnt work.

please advise alternate method thanks.

regards
noel

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
Convert Date Format Mike Excel Discussion (Misc queries) 2 November 6th 05 12:27 AM
Date Format Squirrelly Bill Martin -- (Remove NOSPAM from address) Excel Discussion (Misc queries) 2 August 19th 05 10:49 AM
Conditonal Format with a date format Kevin Excel Discussion (Misc queries) 2 April 27th 05 10:20 PM
How to convert string to a date galsaba Excel Worksheet Functions 3 March 4th 05 05:20 PM
Date Format Question Josh O. Excel Discussion (Misc queries) 1 February 10th 05 09:45 PM


All times are GMT +1. The time now is 08:18 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"