#1   Report Post  
Adam R via OfficeKB.com
 
Posts: n/a
Default Scheduling


I am trying to create a spreadsheet to calculate the hours employees work
whilte taking into consideration a .5 or 1 hour lunch.


I would like to type in a start time and an end time (ie 9:00 to 5:00).
These values can be in seperate cells. I would then like to type in a
seperate cell 1 for a 1 hour lunch. And have the total hours for the work
day equal 7.

Then I would like to be able to have a cell for total hours worked, based off
the daily hours worked cells.

My question is very similiar to a question on this link (
http://www.officekb.com/Uwe/Forum.as...ng-Frustration )
but no answer was posted.

Any help would be appreciated.


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200507/1
  #2   Report Post  
Matt Lunn
 
Posts: n/a
Default

This is one way:

Column A has your start time, Column B your lunch break time, Column C your
end time

formula in Column D

=C1-A1-B1

take care with your lunch break. You mesy enter in minutes and hours i.e
01:00 or 00:30

To calculate the sum I used three different cells. This is based on 11
entries so uses D1:D11

Cell 1 (F12)Calulates the Hours worked

=SUMPRODUCT(HOUR(D1:D11))

Cell 2 (F13) Calculates the Minutes

=SUMPRODUCT(MINUTE(D1:D11))

Cell 3 (F15) Calculates the total time

=SUM(F12)+F13/60

I'm sure there will be a super dooper all in one formula which can do the
same thing but hey, it works!

Post back if you have any problems

Thanks,
Matt


"Adam R via OfficeKB.com" wrote:


I am trying to create a spreadsheet to calculate the hours employees work
whilte taking into consideration a .5 or 1 hour lunch.


I would like to type in a start time and an end time (ie 9:00 to 5:00).
These values can be in seperate cells. I would then like to type in a
seperate cell 1 for a 1 hour lunch. And have the total hours for the work
day equal 7.

Then I would like to be able to have a cell for total hours worked, based off
the daily hours worked cells.

My question is very similiar to a question on this link (
http://www.officekb.com/Uwe/Forum.as...ng-Frustration )
but no answer was posted.

Any help would be appreciated.


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200507/1

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
Link or Copy Excel Data to Calendar (for scheduling) for Visual Aid supafreeza Excel Discussion (Misc queries) 1 July 10th 05 04:47 AM
scheduling calendar Disorganized receiving Excel Discussion (Misc queries) 1 May 4th 05 03:46 AM
Excel 2003, time scheduling? Eric G Excel Worksheet Functions 1 March 26th 05 04:40 AM
I need a template for weekly scheduling of golf tee times crazforgolf Charts and Charting in Excel 0 January 8th 05 04:21 AM
Another scheduling question. Sicarii Excel Worksheet Functions 4 November 18th 04 01:13 PM


All times are GMT +1. The time now is 03:51 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"