Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Split DATE cell into three new cells?

Could anyone give some pointers as how I could do this???

I have a column "D" which holds MM/DD/YY (multiple records), and I need to
split into three seperate colums- "E", "F", &"G", and delete the value in "D"
or delete the column. Should I use FOR/NEXT???

Gracuious...


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,722
Default Split DATE cell into three new cells?

Use DAY, MONTH, and YEAR functions.
E.g,
Column E
=DAY(D1)
Column F
=MONTH(D1)
Column G
=YEAR(D1)

Then, select columns E:G, copy, right click, and do a paste special - values
Then you can delete column D
--
Best Regards,

Luke M


"Xx Licher xX" wrote:

Could anyone give some pointers as how I could do this???

I have a column "D" which holds MM/DD/YY (multiple records), and I need to
split into three seperate colums- "E", "F", &"G", and delete the value in "D"
or delete the column. Should I use FOR/NEXT???

Gracuious...


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Split DATE cell into three new cells?

Do a DataText To Columns, with a delimiter of /.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Xx Licher xX" wrote in message
...
Could anyone give some pointers as how I could do this???

I have a column "D" which holds MM/DD/YY (multiple records), and I need to
split into three seperate colums- "E", "F", &"G", and delete the value in
"D"
or delete the column. Should I use FOR/NEXT???

Gracuious...




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
Split date in cell into 2 separate cells Jambruins Excel Discussion (Misc queries) 1 August 9th 06 06:16 PM
Split Date and Time Cell Beamers Excel Discussion (Misc queries) 2 May 19th 06 07:25 PM
Split the date & time in one cell to be 2 colums. Aom Excel Worksheet Functions 3 April 11th 06 02:27 PM
how to split the cell which has the date formula (with day) Gautam Excel Discussion (Misc queries) 3 December 12th 05 03:55 PM
split combined Time Date cells Mark Ada Excel Discussion (Misc queries) 2 December 1st 04 03:06 AM


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