subtracting day times

boehnc

Board Regular
Joined
Mar 26, 2002
Messages
65
Just not getting this time calculation formula.

in Cell:

A1 12/01/2010
B1 11:48:00 AM
C1 12/02/2010
D1 12:42:00 PM

Im trying to calculate the number of minutes between the two dates/times.

(c1+d1) - (a1+b1)

but can't seem to figure this simple calc out..any help? Thanks!
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
To get decimal minutes try

=((C1+D1)-(A1+B1))*60*24

and format as Number.
 
Upvote 0
Just not getting this time calculation formula.

in Cell:

A1 12/01/2010
B1 11:48:00 AM
C1 12/02/2010
D1 12:42:00 PM

Im trying to calculate the number of minutes between the two dates/times.

(c1+d1) - (a1+b1)

but can't seem to figure this simple calc out..any help? Thanks!
If you want the number of minutes as a decimal value...

=((C1+D1)-(A1+B1))*1440

Format as General or Number
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,275
Members
452,902
Latest member
Knuddeluff

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