Split cell into 2 cells

k00lfire

New Member
Joined
Sep 19, 2010
Messages
33
i have to split below into separate cell for date and time and so that time used can be calculated







5/1/2015 16:50 5/1/2015 17:50
5/1/2015 20:44 5/1/2015 21:44
5/2/2015 23:35 5/3/2015 0:35
5/3/2015 14:23 5/3/2015 16:09
5/5/2015 1:04 5/5/2015 2:04
5/5/2015 14:24 5/5/2015 18:04
5/5/2015 22:54 5/5/2015 23:54
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
It looks like there are 2-dates & 2-times in each cell, is that so...?

Or is there 1-date & 1-time in each cell...?
 
Upvote 0
only 2 cells each having time and date

5/1/2015 16:50 5/1/2015 17:50

5/1/2015 20:44 5/1/2015 21:44
5/2/2015 23:35 5/3/2015 0:35
5/3/2015 14:23 5/3/2015 16:09
5/5/2015 1:04 5/5/2015 2:04
5/5/2015 14:24 5/5/2015 18:04
5/5/2015 22:54 5/5/2015 23:54
 
Upvote 0
only 2 cells each having time and date

5/1/2015 16:50 5/1/2015 17:50

5/1/2015 20:44 5/1/2015 21:44
5/2/2015 23:35 5/3/2015 0:35
5/3/2015 14:23 5/3/2015 16:09
5/5/2015 1:04 5/5/2015 2:04
5/5/2015 14:24 5/5/2015 18:04
5/5/2015 22:54 5/5/2015 23:54
I don't think you have to split anything then, assuming cells A1 and B1 for the first line...

=1440*(B1-A1)

will give you the number of minutes difference between them.
 
Upvote 0

Forum statistics

Threads
1,215,766
Messages
6,126,761
Members
449,336
Latest member
p17tootie

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