Forum Discussion

amkdil's avatar
amkdil
Copper Contributor
Oct 21, 2024

total work days from accumulating total work hours

Hi. I'm trying to find the formula which calculates total work days (of 7 hours) from column D (which gives a running total of hours worked), but which also avoids a problem of when 24 hrs is reached...
  • HansVogelaar's avatar
    HansVogelaar
    Oct 23, 2024

    amkdil 

    If you want a result such as 3.4 or 4.2:

    =24*[@[Total PROJECT time]]/7

    If you want whole days only:

    =INT(24*[@[Total PROJECT time]]/7)

Resources