I have a spreadsheet that I use to track punch in/out as a work time sheet
Entries from B9 through E9 are my clock in/outs (Format is 8:00 that equals punch in at 8am)
In Cell F9 I have the following formula
=IF(COUNTBLANK(B9:E9)=0,(C9-B9)+(E9-D9),"")
The F9 formula tallies up B9-E9 and gives me the number of hours that I worked for that day
This formula works correctly
I would like to modify it to allow an additional condition in the event that I take a paid day off
If F9 is blank, then populate F9 with the value in I9 (the amount of total hours for a given day)
No matter which way I add this new condition to the formula it does not provide the expected result.
Entries from B9 through E9 are my clock in/outs (Format is 8:00 that equals punch in at 8am)
In Cell F9 I have the following formula
=IF(COUNTBLANK(B9:E9)=0,(C9-B9)+(E9-D9),"")
The F9 formula tallies up B9-E9 and gives me the number of hours that I worked for that day
This formula works correctly
I would like to modify it to allow an additional condition in the event that I take a paid day off
If F9 is blank, then populate F9 with the value in I9 (the amount of total hours for a given day)
No matter which way I add this new condition to the formula it does not provide the expected result.