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

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
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,214,979
Messages
6,122,550
Members
449,088
Latest member
davidcom

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