Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Change text to date

I have a column of cells with dates stored as text i.e.
041012 and I would like to convert this to 12/10/04
(dd/mm/yy) how do I do this, please
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,327
Default Change text to date

Hi

Select the cells. Go menu Data Text to columns. Go "Next" until you're in
the wizard's part 3, there select format Date, MDY (or DMY is that's what
you have) and click Finish.

HTH. Best wishes Harald

"Gerrym" skrev i melding
...
I have a column of cells with dates stored as text i.e.
041012 and I would like to convert this to 12/10/04
(dd/mm/yy) how do I do this, please



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,560
Default Change text to date

Hi. Assuming the text is in "A1", try this in "B1",
=RIGHT(A1,2)&"/"&MID(A1,3,2)&"/"&LEFT(A1,2). You end up with a date, but u
may have to copy and paste it special to get rid of the formulas.

"Gerrym" wrote:

I have a column of cells with dates stored as text i.e.
041012 and I would like to convert this to 12/10/04
(dd/mm/yy) how do I do this, please

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
CHANGE TEXT DATE TO NUMERIC DATE slf Excel Worksheet Functions 5 January 5th 10 10:20 AM
How can I change NOW() to a date when combined with text? djenk2 Excel Worksheet Functions 7 September 25th 08 12:47 AM
Change text to date Chey Excel Discussion (Misc queries) 4 December 27th 07 09:31 PM
how do i change text format date to date (i.e., mm/yy to mm/dd/yyy lindsey Excel Discussion (Misc queries) 1 July 27th 07 10:05 PM
CHANGE TEXT TO DATE FORMAT deniseh Excel Discussion (Misc queries) 2 September 15th 05 12:48 PM


All times are GMT +1. The time now is 03:05 AM.

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

About Us

"It's about Microsoft Excel"