Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default employee schedule with hours

I am trying to create schedule for employees by tracking their hours in one
column (9am-4pm) and to find a formula that will calculate the total number
of hours in the next column. (9am-4pm) (7 hours)
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default employee schedule with hours

I would advise that you use two columns - one for start time and
another one for finish time. Then you can get the hours in a third
column by subtracting start time from finish time and multiplying by
24.

Hope this helps.

Pete


On Aug 1, 1:56 pm, Dawn P <Dawn wrote:
I am trying to create schedule for employees by tracking their hours in one
column (9am-4pm) and to find a formula that will calculate the total number
of hours in the next column. (9am-4pm) (7 hours)



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default employee schedule with hours

If A1 =09:00 & B1=16:00 then hours worked in C1:

=B1-A1

I recommend you put Start & End times in different columns


"Dawn P" wrote:

I am trying to create schedule for employees by tracking their hours in one
column (9am-4pm) and to find a formula that will calculate the total number
of hours in the next column. (9am-4pm) (7 hours)

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default employee schedule with hours

Pete's response will give "hours worked" as decimal hours i.e 7 hours 30
minutes = 7.5, whilst my response will be time in hours/minutes. Pete's is
generally the "better" solution: note the "hours worked" cell should
formatted as General (or Number) in Pete's solution.

"Toppers" wrote:

If A1 =09:00 & B1=16:00 then hours worked in C1:

=B1-A1

I recommend you put Start & End times in different columns


"Dawn P" wrote:

I am trying to create schedule for employees by tracking their hours in one
column (9am-4pm) and to find a formula that will calculate the total number
of hours in the next column. (9am-4pm) (7 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 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 work schedule rickc Excel Discussion (Misc queries) 2 April 19th 06 01:46 AM
Calculate employee hours for employee evaluation? Triesha Excel Worksheet Functions 3 February 9th 06 02:52 PM
Employee Work Schedule nzatmj Excel Discussion (Misc queries) 0 October 21st 05 09:34 PM


All times are GMT +1. The time now is 06:10 PM.

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"