ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   excel employee schedule (https://www.excelbanter.com/excel-programming/324796-excel-employee-schedule.html)

Jlavallee25

excel employee schedule
 
I am making an employee schedule names down the left days on the top
i want to schedule justin 7-5 m-f and i want to have a total hours colum, so
I am looking for a function that would make 7-5 = a 10 hour day and have it
also subtract either a 1 or 1/2 hr lunch so the total should = 45 hours


[email protected]

excel employee schedule
 
Hi
Sorry, but I doubt anyone is going to reply to this. Take your time and
rewrite the question. What does the table of data you are working with
look like, what is this function supposed to do with it exactly? When
is 1 hour deducted and when is a half hour deducted and from what? A
total hours column is a total of what things exactly ( Time off, Time
at work, Time worked so far, total hours of all staff, total hours by
one staff member this week, this month???)?

regards
Paul


Toppers

excel employee schedule
 
Some hints:

Set your Start and Time formats to HH:MM [with 24 hour clock] and use the
following formula to calculate the hours for each day:

=(EndTime-StartTime +(EndTime<StartTime))*24

This will allow for night shifts i.e. start at 22:00 and finish at 08:00

If there can be different shifts on each day then you will need columns for
Start/End Times for each day plus column for hours worked.

Similarly, you will need a lunch column per day unless lunch is constant for
all days.

Formula to calcluate daily hours could be:

=(EndTime-StartTime +(EndTime<StartTime))*24-LunchTime

HTH

"Jlavallee25" wrote:

I am making an employee schedule names down the left days on the top
i want to schedule justin 7-5 m-f and i want to have a total hours colum, so
I am looking for a function that would make 7-5 = a 10 hour day and have it
also subtract either a 1 or 1/2 hr lunch so the total should = 45 hours



All times are GMT +1. The time now is 08:31 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com