Weekly work schedule

G

Guest

Guest
I have a schedule for 20 employees from D10 to J29, that is Sunday to Saturday. when I enter their up coming hours say from D10 to J10 as 8:00A.M. to 4:30P.M. and so on for the days that they are going to work, how do total their weekly hours in the total column.we work three shifts 24/7.

Thanks in advance.
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Lets say column A is the employees name. Column B is the start time, Column C is the finish time. Column B and C is for sunday's hours. Repeat same format for Mon-Sat. After the last column your code would read as follows:
=(b-c)*24+(d-e)*24+(f-g)*24+(h-i)*24+(j-k)*24+(l-m)*24+(n-m)*24

This formula will be written in column "O" in each row for each name in column "A".This will show your total hours for each employee in that week
Todd M
 
Upvote 0

Forum statistics

Threads
1,213,563
Messages
6,114,332
Members
448,566
Latest member
Nickdozaj

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