Anyone can help on how to calculate Column D:
<tbody>
A
B
C
D
13:00
14:00
01:00
Failed
13:00
13:00
00:30
Passed
</tbody>
In column A and B, and C, i used MOD, format cells custom 00\:00 in subtracting time.
For column D, I tried this formula IF(C1>1,"PASS","FAIL") but it does not give...