Please help.. i need formula for this to compute for tardiness and undertime
if the official time is 7:00 (B6) - 1:00 (C6) TIME IN 7:30 (D6) TIME OUT 2:00(G6)
if the official time is 8:00 (B7) - 2:00 (C7) TIME IN 7:30 (D7) TIME OUT 1:00(G7)
Please help.. i need formula for this to compute for tardiness and undertime
if the official time is 7:00 (B6) - 1:00 (C6) TIME IN 7:30 (D6) TIME OUT 2:00(G6)
if the official time is 8:00 (B7) - 2:00 (C7) TIME IN 7:30 (D7) TIME OUT 1:00(G7)
Try this in H6:
Formula:
=IF(D6-G6<B6-C6,"Undertime","Tardiness")
Regards,
Thangavel D
Appreciate the help? CLICK *
Hi,
Is this what you want?
For Tardiness:
=MAX(D6-B6,0)
For Undertime:
=MAX(0,(C6-B6)-(G6-D6))
Result cells Formatted h:mm
Refer to attached sample:
thank you very much jtakw. your help is highly appreciated.![]()
You're welcome, if you haven't already, please mark thread as "Solved".
Add rep would be appreciated.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks