apgmin
Board Regular
- Joined
- Mar 1, 2010
- Messages
- 150
- Office Version
- 2013
- Platform
- Windows
In cell A1 I insert the date
In cell A2 I have the command =CHOOSE(WEEKDAY(A1),"SUN","MON","TUE","WED","THU","FRI","SAT")
In cell A3 I insert the worker IN time and in cell A2 the out time ( in mm:ss AM/PM format )
In Cell A4 I need the following results, can anyone please help me with the formula for the following conditions
If in A3 the time is above 9:00 AM then "late" ( As any worker coming after 9:00 AM is marked late )
If in A3 or A4 the time is above 14:00 PM then "halfday" ( As the worker can either come at 14:00 or leave after 14:00 to avail a hald day off )
If in A3 the time is "0:00" then "abscent"
If in A3 the time is on or before 9:00 AM and If in A4 the time is above 5:30 PM then "Present" ( As the worker is supposed to come before 9:00 AM and leave after 5:30 PM )
If A2 is "SUN" then "Present" ( then I will not feed A3 or A4 ) ( As for all worker sunday is day off )
Please help and Thanks in advance
In cell A2 I have the command =CHOOSE(WEEKDAY(A1),"SUN","MON","TUE","WED","THU","FRI","SAT")
In cell A3 I insert the worker IN time and in cell A2 the out time ( in mm:ss AM/PM format )
In Cell A4 I need the following results, can anyone please help me with the formula for the following conditions
If in A3 the time is above 9:00 AM then "late" ( As any worker coming after 9:00 AM is marked late )
If in A3 or A4 the time is above 14:00 PM then "halfday" ( As the worker can either come at 14:00 or leave after 14:00 to avail a hald day off )
If in A3 the time is "0:00" then "abscent"
If in A3 the time is on or before 9:00 AM and If in A4 the time is above 5:30 PM then "Present" ( As the worker is supposed to come before 9:00 AM and leave after 5:30 PM )
If A2 is "SUN" then "Present" ( then I will not feed A3 or A4 ) ( As for all worker sunday is day off )
Please help and Thanks in advance