Forum Discussion
joem1964
Apr 14, 2021Copper Contributor
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...
- Apr 14, 2021
Kuri_91
Jul 07, 2022Copper Contributor
HansVogelaar
Jul 07, 2022MVP
So the formula becomes
=IF(OR(H6="",I6=""),0,MROUND(MOD(I6-H6,1)-(I6>H6)*((MOD(I6-H6,1)>=7/24)+(MOD(I6-H6,1)>=10/24))/48,1/1440))
- Kuri_91Jul 07, 2022Copper Contributor
Really thankful for the solution, appreciate your patience and prompt responses.
It works like a magic
Many Thanks
Kuri