Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 789
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,339
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
employee schedule with hours Dawn P Excel Worksheet Functions 3 August 1st 07 02:14 PM
Employee schedule Ralph Excel Discussion (Misc queries) 1 February 3rd 07 01:55 PM
employee schedule Nismo90tt Excel Discussion (Misc queries) 3 September 20th 06 05:44 AM
Employee Tracking Schedule littlebit Excel Discussion (Misc queries) 1 October 4th 05 01:00 AM
Employee Shift Schedule Excel template drhenrie Excel Discussion (Misc queries) 1 December 22nd 04 12:07 AM


All times are GMT +1. The time now is 11:26 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"