Help Needed - Two DateTime Duration to exclude non working hours

Have checked out the forum posts and documentation, can’t seem to find the right way to do the duration calculation for two datetime to exclude non working hours (weekend, after office or PH)

any one has any idea how we can do it.

IF(
    (AND(DATETIME([Respond]) <= (DATETIME(DATE([Case])) 
      	 + ("18:00:00" - "00:00:00")),
	       DATETIME([Respond]) >= (DATETIME(DATE([Case])) 
         + ("09:00:00" - "00:00:00"))
         )
    ), 
    ([Respond] - [Case]),
<< NEED HELP HERE>>
   )
Solved Solved
0 17 1,172
1 ACCEPTED SOLUTION

The app is ready, feel free to take a look

View solution in original post

17 REPLIES 17
Top Labels in this Space