Counting time in hours and minutes

ThePhantom86

New Member
Joined
Dec 12, 2005
Messages
2
This is a two part question:

1. Where I work we sometimes have to monitor the network and we have a spreadsheet to track this time. We have the cells to display as hh:mm and I'm looking for the total time it took. While it is easy to just count, is there a way to have a function spit it out. Example:

Start / End / Total
2:23 / 15:31 / ??

2. I do have a SUM function to count the time for months but if it goes over 24 hours, then it resets. Like if we monitored for 24 hours and 23 minutes and I did a function it would just display this, 0:23. It is possible to count past a 24 hour clock?
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
assuming no sessions go beyond midnight, it's just:

=end - start

format for elapsed time calculations is [ ]:

[h]:mm to stop the hours rolling over to days
[mm] to stop minutes rolling to hours etc
 
Upvote 0

Forum statistics

Threads
1,215,698
Messages
6,126,270
Members
449,308
Latest member
VerifiedBleachersAttendee

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