Any help would be appreciated
I have the following formula:
( if( [start_time] = null, [duration] , if( [end_time] = null , [duration] , if( [end_time] > [start_time] , ([end_time] - [start_time] + 30 ) /60 , if( [start_time] > [end_time] , ( ( (Time( 23 , 59 , 59) - [Start_time] ) + 31) / 60...