Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Errata.... I wrote:
Assuming -12.00 represents hours, it is in J3, and the data starts in row 4, the formula in J4 might be: =J3 + IF(H4<"",H4*24,IF(I4<"",-I4*24,0)) Just notice that you have a "break" -- a blank row between weeks. To make it easy to copy the formula down, do the following: =IF(G4="","",IF(J3="",J2,J3)+IF(H4<"",H4*24,IF(I4 <"",-I4*24,0))) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
lost work on xl | Excel Discussion (Misc queries) | |||
How to write the formula for time accounting for a work schedule | Excel Worksheet Functions | |||
Formula for computing work time in Excel | New Users to Excel | |||
How can i work a formula for time limit? | Excel Worksheet Functions | |||
Knowledge gained from Access to Excel VBA Automation User request | Excel Programming |