sum time

Patty116

New Member
Joined
Jan 26, 2005
Messages
12
Start End Task Total
8:45 AM 9:22 AM Letters for hourly recruiting 0:37
10:03 AM 11:19 AM Letters for hourly recruiting 1:16
12:54 PM 1:05 PM Letters for hourly recruiting 0:11
1:25 PM 2:21 PM Letters for hourly recruiting 0:56
12:50 PM 12:57 PM phone #'s 0:07
I am required to track my time the above is an example of what part of my sheet looks like. I can not get the total time to =3 hrs 7 mins

The times are from different days. Can anyone help me with this?
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Sum Time

[h]:mm From the custom part of Format cells

Have you tried the format above. It seems to work for me in excel, though I can't get it to work in access, where I really want it!
 
Upvote 0
Apply SUM to the total range:

=SUM(TotalRange)

and custom format the formula cell as [h]:mm

The individual times can be obtained using...

=End - Start + (End < Start)

Replace Start and End with the appropriate cell addresses.
 
Upvote 0

Forum statistics

Threads
1,214,646
Messages
6,120,720
Members
448,986
Latest member
andreguerra

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