Calculate Date and time difference

carlrubber

New Member
Joined
Oct 15, 2016
Messages
48
Admission Date (yyyy-mm-dd)Admission Time (HH:MM)Earliest Assignment Date (yyyy-mm-dd)Earliest Assignment Time (HH:MM)
1/11/20162:172/11/20160:56
2/11/201622:133/11/201620:25
4/11/201611:574/11/201614:09
31/10/201617:5631/10/201618:47
4/11/201620:034/11/201620:15
2/11/201612:402/11/201612:50
3/11/20163:483/11/20164:00
5/11/201623:036/11/20160:00

<tbody>
</tbody>

I would like to use formula for calculate the time difference in minutes, would anyone help me please?? For example in the last row: the difference in minutes = 57mins
 
Last edited:

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
So effectively columns C&D minus A&B in minutes - yes? What's your expected outcome for the first entry above, please?
 
Upvote 0
ur suggestion can only show in time format, but let say the first row, I would like to show 1359 mins rather than 22:39
 
Upvote 0
Try this set:

=HOUR((C1+D1)-(A1+B1))*60+MINUTE((C1+D1)-(A1+B1))

Format to general.
 
Upvote 0
Cross-posted: Date and time difference calculation

While we do not prohibit Cross-Posting on this site, we do ask that you please mention you are doing so and provide links in each of the threads pointing to the other thread (see rule #13 here: http://www.mrexcel.com/forum/showthread.php?t=99490).

This way, other members can see what has already been done in regards to a question, and do not waste time working on a question that may already be answered.

For a more complete explanation on cross-posting, see here: Excelguru Help Site - A message to forum cross posters).
 
Upvote 0

Forum statistics

Threads
1,215,329
Messages
6,124,301
Members
449,149
Latest member
mwdbActuary

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