Weekly Schedule Calculation

Capsaicin Burn

New Member
Joined
Jan 26, 2018
Messages
38
I might be over thinking this but all of my thoughts have failed. I have created a time sheet (Schedule) that auto calculates the number of hours scheduled each day. I am trying to make the cell at the end show the weekly running total.

Here is my layout:

C&D1 merged = Date
C&D2 merged = Day of the week
C3 = Start Time (entered in hours:minutes)
D3 = Stop Time (entered in hours:minutes)
C&D4 merged = Beak (lunch) duration (in hours:minutes)
C&D5 merged = Total Hours:Minutes for that day
C5 formula used = (=TEXT(D3-C3-C4,"hh:mm")

So C5 through O5 = days of the week. I can't seem to figure out how to make Q5 total the Hours and Minutes for the week properly.

Any help would be greatly appreciated!

-Jim
 
Last edited:

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Time is super weird in Excel.
Try this for C5:

=(D3-C3-C4)*24


(and make sure your cell number format in C5 is "general")

Now it will be total hours worked--with decimal for fractions of hours e.g. 8 hrs and 15 minutes will be "8.25"

And it should add correctly.
 
Last edited:
Upvote 0
Time is super weird in Excel.
Try this for C5:

=(D3-C3-C4)*24


(and make sure your cell number format in C5 is "general")

Now it will be total hours worked--with decimal for fractions of hours e.g. 8 hrs and 15 minutes will be "8.25"

And it should add correctly.


With my cell formatted correctly is does work. Thank you for your help.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,515
Messages
6,119,973
Members
448,933
Latest member
Bluedbw

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