Forum Discussion

manoharvankired's avatar
manoharvankired
Qrew Trainee
2 years ago

How to calculate the number of hours between four date/time fields, excluding weekends

let (   start = ToDate([Start Date]),   end = ToDate([End Date]),   onHoldStart = ToDate([On Hold Start Date]),   onHoldEnd = ToDate([On Hold Stop Date]),   duration = If(     Not(IsNull(start)...