#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 58
Default Time sheet

I have a time sheet with the following information and would like to
calculate total hours.

a1 in at 13:45
a2 out at 00:45
a 3 would total hours/min should be 6:00
then undet that I have the following

a5 in at 08:25
a6 out at 13:30
a7 would total hours/min should be 5:05

then at the bottom I need to total a3 plus a7 and then several others.
This total would be all hours worked on that day. The total could be 35:45
hours

Is it possible?

I figured out how to get the hours worked for a3 and a7 but can not figure
out how to total all hours for a day.



also I would like to

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Time sheet

Ed

See Chip Pearson's site for working with dates and times.

http://www.cpearson.com/excel/datetime.htm#AddingTimes

Also see his Timesheet page

http://www.cpearson.com/excel/overtime.htm


Gord Dibben MS Excel MVP

On Thu, 3 May 2007 20:39:49 -0400, "Ed Davis" wrote:

I have a time sheet with the following information and would like to
calculate total hours.

a1 in at 13:45
a2 out at 00:45
a 3 would total hours/min should be 6:00
then undet that I have the following

a5 in at 08:25
a6 out at 13:30
a7 would total hours/min should be 5:05

then at the bottom I need to total a3 plus a7 and then several others.
This total would be all hours worked on that day. The total could be 35:45
hours

Is it possible?

I figured out how to get the hours worked for a3 and a7 but can not figure
out how to total all hours for a day.



also I would like to


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Time sheet

a 3 would total hours/min should be 6:00

The correct result should be 11:00.

It would be much easier for you if you used this layout:

...........A..........B..........C.............D
1........In........Out......Total......Grand Total
2......13:45...00:45....11:00.........16:05
3.......8:25....13:30......5:05

Enter this formula in C2:

=IF(B2="",0,B2-A2+(B2<A2))

Copy down as needed. Format the cell as h:mm

For the Grand Total:

=SUM(C:C)

Format the cell as [h]:mm

Biff

"Ed Davis" wrote in message
...
I have a time sheet with the following information and would like to
calculate total hours.

a1 in at 13:45
a2 out at 00:45
a 3 would total hours/min should be 6:00
then undet that I have the following

a5 in at 08:25
a6 out at 13:30
a7 would total hours/min should be 5:05

then at the bottom I need to total a3 plus a7 and then several others.
This total would be all hours worked on that day. The total could be
35:45 hours

Is it possible?

I figured out how to get the hours worked for a3 and a7 but can not figure
out how to total all hours for a day.



also I would like to



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
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 time sheet and items bought expense sheet gianni Excel Discussion (Misc queries) 1 December 24th 05 11:10 AM
How do I time Hours & mins in excel - Time sheet Helen Excel Discussion (Misc queries) 5 September 17th 05 11:42 AM
I need a time sheet template that verifies time entered against sy Bob Powell Excel Discussion (Misc queries) 1 April 19th 05 03:11 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 11:03 AM.

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"