if question
Thanks alot.
"Gary Mc" wrote:
Try this formula in column D
=IF(B1A1,"LATE "&TEXT(SUM(B1-A1),"h:mm:ss"),"EARLY
"&TEXT(SUM(A1-B1),"h:mm:ss"))
"puiuluipui" wrote:
Hi, i have something like this
A B D
8:00:00 8:05:14 LATE 00:05:14
8:00:00 7:53:00 EARLY 00:07:00
I need the same formula to work for late and for early.
If i write something smaller than 8:00:00 to show early and the difference.
If i write something bigger than 8:00:00 to show late, and the diferences.
How can i do this?
Thaks in advance
|