Feedback after comparing time

Yonggie

New Member
Joined
Apr 28, 2018
Messages
2
Hi all

If i would like to get the status column automated - i.e. to check the actual time in against the shift time to determine if employee is on time (early), on wrong assigned shift (check) and late, is there a way to do it? I tried =if(or( etc and didnt work...

[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Shift Time[/TD]
[TD]Actual Time In[/TD]
[TD]Actual Time Out[/TD]
[TD]Status[/TD]
[/TR]
[TR]
[TD]9:00:00[/TD]
[TD]8:59:00[/TD]
[TD]17:00:00[/TD]
[TD]Early[/TD]
[/TR]
[TR]
[TD]9:00:00[/TD]
[TD]7:15:00[/TD]
[TD]17:00:00[/TD]
[TD]Check[/TD]
[/TR]
[TR]
[TD]9:00:00[/TD]
[TD]9:20:00[/TD]
[TD]17:00:00[/TD]
[TD]Late[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
First you would need to set a criteria to distinguish between (Early, Late) and Check. How many minutes of difference distinguish between Check and the other two? If the employee get in at 9:35, is he late or you need to "Check"?
 
Upvote 0
Am thinking anything earlier than 30 minutes will warrant a "check", 30 minutes earlier to actual shift start will be "early", and anything more than 9.01 is "late"
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,284
Members
452,630
Latest member
OdubiYouth

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top