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
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
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
Book1
ABCDE
1DateMonthDayYear
27/14/20017142001
31/31/20041312004
412/28/200212282002
54/8/2002482002
610/16/201310162013
78/2/2004822004
82/15/20112152011
98/25/20128252012
102/25/20092252009
Sheet1

Formulas:

C2: =MONTH(A2)
D2: =DAY(A2)
E2: =YEAR(A2)

Copy down as needed.
 
Upvote 0
Then I got #VALUE!

The original date column is formatted as general. I got the value error also when I changed that column to date. Didn't work either way.
 
Upvote 0
Then I got #VALUE!

The original date column is formatted as general. I got the value error also when I changed that column to date. Didn't work either way.
Are your dates true Excel dates or are they TEXT strings that look like dates?

In Excel true dates are really just numbers formatted to look like a date.

If A1 contains a true Excel date this formula will return TRUE:

=ISNUMBER(A1)
 
Upvote 0

Forum statistics

Threads
1,224,605
Messages
6,179,860
Members
452,948
Latest member
UsmanAli786

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