Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How to subtract a lunch break from total hrs worked in timesheet

I am setting up a time sheet in excel. For each day of the week, the end user
enters Time in and Time out. GA has a 30 min lunch break that I need to
subtract out of the total time for the day. I would like the end user to be
able to insert more that 30 mins if necessary.
I've checked the templates on the MS web, but none subtract a time.
Thanks,
Zoe Marshall
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default How to subtract a lunch break from total hrs worked in timesheet

The easiest way to do this is to format the the cells to hold a time
value (13:00) an example would be to set up A1 - D1 to hold time
values have A1 be your start time of 07:30, B1 be your ending time of
15:30 (3:30pm), C1 be your lunch break 0:45 (45 minutes). The code in
D1 would be "=(B1-C1)-A1" this would give you the hours worked. The
only draw back is the use of military time (07:30, 15:30 and so on).


On Mon, 25 Oct 2004 17:29:04 -0700, "ZoeMarshall"
wrote:

I am setting up a time sheet in excel. For each day of the week, the end user
enters Time in and Time out. GA has a 30 min lunch break that I need to
subtract out of the total time for the day. I would like the end user to be
able to insert more that 30 mins if necessary.
I've checked the templates on the MS web, but none subtract a time.
Thanks,
Zoe Marshall


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default How to subtract a lunch break from total hrs worked in timesheet

Rather than committing to maintain an excel-based timesheet
application for the rest of your life, why not install the free one
from http://journyx.com/newsg?
It's web-based, tracks time, expenses and mileage - automates payroll,
billing and project management, and it's free.

CDrews wrote in message . ..
The easiest way to do this is to format the the cells to hold a time
value (13:00) an example would be to set up A1 - D1 to hold time
values have A1 be your start time of 07:30, B1 be your ending time of
15:30 (3:30pm), C1 be your lunch break 0:45 (45 minutes). The code in
D1 would be "=(B1-C1)-A1" this would give you the hours worked. The
only draw back is the use of military time (07:30, 15:30 and so on).


On Mon, 25 Oct 2004 17:29:04 -0700, "ZoeMarshall"
wrote:

I am setting up a time sheet in excel. For each day of the week, the end user
enters Time in and Time out. GA has a 30 min lunch break that I need to
subtract out of the total time for the day. I would like the end user to be
able to insert more that 30 mins if necessary.
I've checked the templates on the MS web, but none subtract a time.
Thanks,
Zoe Marshall

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
CREATE A FORMULA FOR HOURS WORKED THAT SUBTRACTS LUNCH Mrs Boyd Excel Worksheet Functions 3 February 16th 10 07:29 PM
I need to calculate hours worked from 11pm to 7am minus a lunch Paula Brooks Excel Worksheet Functions 2 June 2nd 09 05:07 PM
how to calculate hours worked daily & minus 30 min lunch, 7am-5pm Debby_Jo Excel Discussion (Misc queries) 1 July 23rd 08 03:40 AM
7 day workweek timesheet - excluding lunch S in AZ Excel Worksheet Functions 3 September 8th 06 11:26 PM
Time Calculation For A Timesheet To Include Lunch poddys Excel Worksheet Functions 2 March 3rd 06 08:05 PM


All times are GMT +1. The time now is 11:45 PM.

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

About Us

"It's about Microsoft Excel"