DMaxMin(a;b;c) scans the results a to b and returns the maximum of times less than c, where c is a time value entered as seconds.
e.g. DMaxMin(1;10;3600) - Returns the maximum time from Results 1-10 which is less than 3600s (1 hour)
DMaxMin(a;b;c) scans the results a to b and returns the maximum of times less than c, where c is a time value entered as seconds.