Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello! : )
I am also looking for a formula that can help me calculate hours worked by adding start and end times.Also I would like for it to subtract 30 minutes for lunch from monday to thursday. I would like it to calculate the time by 1/4 hours with 8 minutes being the up or down trigger. For Example: 1) Example down START @ 8:00 END @16:37=9 hours 2) Example up START @8:00 End @ 16:38=9 hours & 15 minutes Someone please help me for i have worked on this days now. : ( THANKX, R.E.R. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
1) Example down START @ 8:00 END @16:37=9 hours
2) Example up START @8:00 End @ 16:38=9 hours & 15 minutes How do you arrive at those results? Example 1 total time is 8:37 rounded to the nearest 15m = 8:30 Example 2 total time is 8:38 rounded to the nearest 15m = 8:45 A2 = 8:00 B2 = 16:37 =ROUND((B2-A2)/TIME(0,15,0),0)*TIME(0,15,0) Biff "RER" wrote in message ... Hello! : ) I am also looking for a formula that can help me calculate hours worked by adding start and end times.Also I would like for it to subtract 30 minutes for lunch from monday to thursday. I would like it to calculate the time by 1/4 hours with 8 minutes being the up or down trigger. For Example: 1) Example down START @ 8:00 END @16:37=9 hours 2) Example up START @8:00 End @ 16:38=9 hours & 15 minutes Someone please help me for i have worked on this days now. : ( THANKX, R.E.R. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The OP ssems to have added half an hour for lunch, rather than subtracting
it? -- David Biddulph "T. Valko" wrote in message ... 1) Example down START @ 8:00 END @16:37=9 hours 2) Example up START @8:00 End @ 16:38=9 hours & 15 minutes How do you arrive at those results? Example 1 total time is 8:37 rounded to the nearest 15m = 8:30 Example 2 total time is 8:38 rounded to the nearest 15m = 8:45 A2 = 8:00 B2 = 16:37 =ROUND((B2-A2)/TIME(0,15,0),0)*TIME(0,15,0) Biff "RER" wrote in message ... Hello! : ) I am also looking for a formula that can help me calculate hours worked by adding start and end times.Also I would like for it to subtract 30 minutes for lunch from monday to thursday. I would like it to calculate the time by 1/4 hours with 8 minutes being the up or down trigger. For Example: 1) Example down START @ 8:00 END @16:37=9 hours 2) Example up START @8:00 End @ 16:38=9 hours & 15 minutes Someone please help me for i have worked on this days now. : ( THANKX, R.E.R. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Reusing formula | Excel Discussion (Misc queries) | |||
Match then lookup | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions |