Numbers time duration formula
Hi I have added the following code to my sheet, which has 7 days(columns). I what to keep track go my working week. working 5 days out of 7.
the problem, error I have is how do I tell the formula that there will be days that will not have a start and finish time.
I want to see how many hours worked per week, but also show the days not working as "day off" or holiday'
but the formula does not accept that wording
Here's the code I'm using, changing the (D) and (C) values to match each column
=24*(TIMEVALUE(D)-TIMEVALUE(C)+IF(TIMEVALUE(D)<TIMEVALUE(C),1,0))
any help would be much appreciated
MacBook Pro 15″, macOS 12.7