lani_berina
New Member
- Joined
- Dec 13, 2010
- Messages
- 5
Anyone can help on how to calculate Column D:
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[TD="align: center"]D[/TD]
[/TR]
[TR]
[TD]13:00[/TD]
[TD]14:00[/TD]
[TD]01:00[/TD]
[TD]Failed[/TD]
[/TR]
[TR]
[TD]13:00[/TD]
[TD]13:00[/TD]
[TD]00:30[/TD]
[TD]Passed[/TD]
[/TR]
</tbody>[/TABLE]
I want the Result should be like this If more than one One Hour it should be Fail, IF less than one hour it should Pass.
Thank you.
Lani
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[TD="align: center"]D[/TD]
[/TR]
[TR]
[TD]13:00[/TD]
[TD]14:00[/TD]
[TD]01:00[/TD]
[TD]Failed[/TD]
[/TR]
[TR]
[TD]13:00[/TD]
[TD]13:00[/TD]
[TD]00:30[/TD]
[TD]Passed[/TD]
[/TR]
</tbody>[/TABLE]
- 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 me the exact answer.
I want the Result should be like this If more than one One Hour it should be Fail, IF less than one hour it should Pass.
Thank you.
Lani