Hi Richard,
Thanks for the response and I think trying my luck here is indeed a success. first, the formula you have provided works perfectly and also thank you very much for giving me info regarding floating values. Well one thing I have in mind now is if the formula you have provided also works if I happened to have a seconds value? Like 12:00:00 - 12:30:01 will display 00:00:01. I was thinking if the formula you have provided which is:
=IF(COUNT(A2,B2)=2,IF(MINUTE(B2-A2)<=30,"ON TIME",B2-A2-"0:30"),"")
is when adding seconds to the value.
=IF(COUNT(A2,B2)=2,IF(SECOND(B2-A2)<=30,"ON TIME",B2-A2-"0:30:00"),"")
Thanks for helping me.
Sincerely,
Becky
Bookmarks