Hi,Im not sure if you still need assistance, but the following worked
for me. I found it in an earlier thred and tweaked it a bit. Im also not
very familiar with code but I hope it works for you. var TimeCountvar
OneMinute = 1/60var
StartTime=Time2Num(Row3.Start1.formattedValue,"HH:MM")var
EndTime=Time2Num(Row4.End1.formattedValue,"HH:MM")if (StartTime ne null
and EndTime ne null) then //if start time is lower than end time. if
(Time2Num(Row3.Start1.formattedValue, "HH:MM") <
Time2Num(Row4.End1....