Forum Discussion

joem1964's avatar
joem1964
Copper Contributor
Apr 14, 2021
Solved

Help with calculating empty Time data in cells

I am attempting to create a Roster Spreadsheet to calculate hours workedin a week (the hours worked are calculated in a hidden field), The tempolate must cater for days off , i.e. no times entered, b...
  • HansVogelaar's avatar
    Apr 14, 2021

    joem1964 

    In H7:

     

    =IF(OR(H6="",I6=""),0,MROUND(MOD(I6-H6,1)-(MOD(I6-H6,1)>=7/24)*$F6/1440,1/1440))

Resources