Divide data into multiple cells

treehstn

New Member
Joined
Jun 3, 2009
Messages
15
Hi everyone,

I have a large data set that I need to divide up the dates from one column of values into three. This is an image of the current format and the format I need it in. Can anyone help me with the process to do this?

Thanks!

concate2.jpg
 
Yes there are a lot that are in the 1800s... maybe I'll have to change this all by hand?
Ok, we can still do this...

For the month:

=--LEFT(A2,FIND("/",A2)-1)

For the day:

=--SUBSTITUTE(MID(A2,LEN(A2)-6,2),"/","")

For the year:

=--RIGHT(A2,4)
 
Upvote 0

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Hello,

just split the original column into three by text to column option (in Excel 2007, select the column (ctrl+Space), press Alt, A, E one by one, dont press and hold Alt key), select fixed (column) width--> apply column brakes manually after month and date-->if you want to retain zeros, select all and tick text check box-->press enter. Now, remove slash..

Thats it..
 
Upvote 0
Awesome! I was able to use a couple of the ideas here and got that part of the project done. One more hurdle but I'll post it separate since it's completely different than this original post.

Thanks everyone!
 
Upvote 0

Forum statistics

Threads
1,224,607
Messages
6,179,871
Members
452,949
Latest member
Dupuhini

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top