I am using an if statement as the first field in a row. The statement evaluates whether the elapsed time in another cell (same row) is greater than 30 seconds. The if statement is =IF(H143>TIME(0,0,30),"Y","N"). The value in H143 is 0:00:30 and it has the formula =(G143-F143+(G143<F143)), where...