A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

how do I create a formula to add up time on a time sheet



 
 
Thread Tools Display Modes
  #1  
Old February 17th, 2010, 09:37 PM posted to microsoft.public.excel.worksheet.functions
JR Crawdad
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  
Old February 17th, 2010, 09:48 PM posted to microsoft.public.excel.worksheet.functions
Glenn[_6_]
external usenet poster
 
Posts: 1,245
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  
Old February 17th, 2010, 10:10 PM posted to microsoft.public.excel.worksheet.functions
Fred Smith[_4_]
external usenet poster
 
Posts: 2,386
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.


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


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


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