working out minutes between times

rich_cirillo

Board Regular
Joined
Sep 26, 2012
Messages
247
How can i calculate how many minutes between dates & times. These dates and times can be in the same day or they can spread over multiple days

Example: 1st entered date/time is in cell B4 (22/11/2017 7:34:00 am) & 2nd entered date/time is in cell B5 (23/11/2017 10:34). The formula or VBA would work out the difference in minutes from these 2 dates and times.
Time is in 24 hrs periods

Cheers
RC



<tbody>
</tbody>
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
If you get the difference and multiply by 1440 that will give you the total minutes difference (1440 is the number of minutes in a day), e.g. in B6

=(B5-B4)*1440

Format B6 as general or number
 
Upvote 0

Forum statistics

Threads
1,215,091
Messages
6,123,062
Members
449,089
Latest member
ikke

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