Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a workbook that captures the hours that someone has spent reviewing
documentation (i.e. The time they received it and the time they returned it), and then it totals the hours. The problem I am having is that if they happen to not return the document until a few days later than I get an exorbitant result when in actuality there is only 9 working hours a day and only five days a week. Here's what I'm looking at... Col C Col D Col E Row 439 08-29-06 9:10 AM 09-01-06 8:01 AM 70 hours 51 minutes ' Derrived from this code -- =IF(D439<FALSE,D439-C439,"") I need it to be this... Col C Col D Col E Row 439 08-29-06 9:10 AM 09-01-06 8:01 AM 25 hours 51 minutes ' by subtracting 15 hours for each night Does anyone know how I can mathimatically accomplish this by modifying this code so that it accounts for the evenings and weekends? -- =IF(D439<FALSE,D439-C439,"") Thank You Sooo Much. Rob |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Subtracting 2 hours from a time.... | Excel Worksheet Functions | |||
Subtracting more than 24 hours from a Date/Time | Excel Worksheet Functions | |||
adding/subtracting # of hours from a time | Excel Discussion (Misc queries) | |||
Subtracting hours from time | Excel Discussion (Misc queries) | |||
Subtracting 2 hours from time | Excel Discussion (Misc queries) |