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 how do I create a formula to add up time on a time sheet

I am creating a weekly time card for our office. I have columns for start
and stop times and have successfully found the formula to get each time
segment to add up in the third column. When I try to make that 3rd column
add up the total hours for the week I can't get a sensible result.
Also, is there a simple way to have my time results automatically subtract
1/2 hour (for lunch) or do I need to split the day into morning and afternoon
as I have so far?
Any help will be appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default how do I create a formula to add up time on a time sheet

JR Crawdad wrote:
I am creating a weekly time card for our office. I have columns for start
and stop times and have successfully found the formula to get each time
segment to add up in the third column. When I try to make that 3rd column
add up the total hours for the week I can't get a sensible result.
Also, is there a simple way to have my time results automatically subtract
1/2 hour (for lunch) or do I need to split the day into morning and afternoon
as I have so far?
Any help will be appreciated.



Some help he

http://www.cpearson.com/excel/overtime.htm
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default how do I create a formula to add up time on a time sheet

The best way to get help is to tell us how your data is laid out, and what
formulas you are using, what results you are getting, and what you want
instead. Without that, we're just guessing.

Assuming you have start time in column A, and stop time in column B, the
your work time would be:
=b1-a1
formatted as a time.
If you want to subtract 1/2 hour for lunch, do it here, as in:
=b1-a1-time(0,30,0)

To get your weekly total, presumably you're summing times, like:
=sum(c1:c7)

The format you want for this is likely: [hh]:mm
The square brackets stop Excel from rolling over after 24 hours.

Regards,
Fred

"JR Crawdad" <JR wrote in message
...
I am creating a weekly time card for our office. I have columns for start
and stop times and have successfully found the formula to get each time
segment to add up in the third column. When I try to make that 3rd column
add up the total hours for the week I can't get a sensible result.
Also, is there a simple way to have my time results automatically subtract
1/2 hour (for lunch) or do I need to split the day into morning and
afternoon
as I have so far?
Any help will be appreciated.


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
trying to create a time sheet with clickable buttons tarabull Excel Discussion (Misc queries) 1 March 31st 09 08:39 PM
Create a time-tracking sheet in Excel Karl Excel Worksheet Functions 1 July 25th 08 12:46 PM
How to create a spread sheet for time [email protected] Excel Worksheet Functions 1 April 25th 07 04:14 PM
Detailed Time Sheet (overtime, comp time, vacation used) Robert D. Sandersfeld New Users to Excel 2 May 22nd 06 10:14 PM
How do I set up a formula on a time sheet to calculate time in 1/. gschmid Excel Discussion (Misc queries) 2 January 18th 05 01:48 PM


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