Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default splitting a cell in to three

i have a list of dates 'DD,MM,YYYY' and i need to split the cells so that in
a new collum it has 'DD' 'MM' 'YYYY' i can understand how to put the day and
year into a new collum =left(A1,2) & =right(A1,4) but i cant work out how to
seperate the middle

should i delete the commas?

thanks in advance
Rose
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default splitting a cell in to three

If your data is entered as a true date, why not just change the formatting of
the cell? (use custom format)

If not, use
=SUBSTITUTE(A1,","," ")
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"RowzeRiot" wrote:

i have a list of dates 'DD,MM,YYYY' and i need to split the cells so that in
a new collum it has 'DD' 'MM' 'YYYY' i can understand how to put the day and
year into a new collum =left(A1,2) & =right(A1,4) but i cant work out how to
seperate the middle

should i delete the commas?

thanks in advance
Rose

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 542
Default splitting a cell in to three

Hi

You can use a mid formula so if your cell shows as 01,03,2009:

Mid(A1,4,2)

4 is the character your want to start with from the left i.e. 0 and the 2 is
number of characters you want i.e 0 & 3.

--
James.


"RowzeRiot" wrote:

i have a list of dates 'DD,MM,YYYY' and i need to split the cells so that in
a new collum it has 'DD' 'MM' 'YYYY' i can understand how to put the day and
year into a new collum =left(A1,2) & =right(A1,4) but i cant work out how to
seperate the middle

should i delete the commas?

thanks in advance
Rose

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 76
Default splitting a cell in to three

Highlight your column go to Data - Text to Column - check the Deliminated
with - check the "comma" and finish. It will split that cell into three
columns.
Hope this helps.
Monika

"RowzeRiot" wrote:

i have a list of dates 'DD,MM,YYYY' and i need to split the cells so that in
a new collum it has 'DD' 'MM' 'YYYY' i can understand how to put the day and
year into a new collum =left(A1,2) & =right(A1,4) but i cant work out how to
seperate the middle

should i delete the commas?

thanks in advance
Rose

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default splitting a cell in to three

Thankyou veyr much :)

"James" wrote:

Hi

You can use a mid formula so if your cell shows as 01,03,2009:

Mid(A1,4,2)

4 is the character your want to start with from the left i.e. 0 and the 2 is
number of characters you want i.e 0 & 3.

--
James.


"RowzeRiot" wrote:

i have a list of dates 'DD,MM,YYYY' and i need to split the cells so that in
a new collum it has 'DD' 'MM' 'YYYY' i can understand how to put the day and
year into a new collum =left(A1,2) & =right(A1,4) but i cant work out how to
seperate the middle

should i delete the commas?

thanks in advance
Rose

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
Splitting a cell jayfin New Users to Excel 6 December 19th 07 04:05 AM
splitting cell anand Excel Worksheet Functions 2 June 1st 07 11:13 PM
splitting a cell wnfisba Excel Discussion (Misc queries) 7 April 10th 07 10:22 AM
Splitting a cell into two... Louise Excel Discussion (Misc queries) 3 April 21st 06 04:25 PM
Splitting a Cell c Excel Worksheet Functions 5 April 11th 05 10:23 PM


All times are GMT +1. The time now is 12:52 PM.

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"