L Lasantha Member May 10, 2021 #1 Dear Team, Kindly look into the attached template. Is it possible to identify those who exit early by the Shift. (Shift start and end time has given). Thank you. Lasantha. Attachments Data.xlsx Data.xlsx 10.1 KB · Views: 10
Dear Team, Kindly look into the attached template. Is it possible to identify those who exit early by the Shift. (Shift start and end time has given). Thank you. Lasantha.
pecoflyer Well-Known Member May 10, 2021 #2 Duplicate post https://chandoo.org/forum/threads/late-entries.46218/#post-275326
L Lasantha Member May 10, 2021 #3 pecoflyer said: Duplicate post https://chandoo.org/forum/threads/late-entries.46218/#post-275326 Click to expand... Hi, I am checking whether it is possible to get who exit early. Thank you very much , you helped me to resolve one part.
pecoflyer said: Duplicate post https://chandoo.org/forum/threads/late-entries.46218/#post-275326 Click to expand... Hi, I am checking whether it is possible to get who exit early. Thank you very much , you helped me to resolve one part.
P Peter Bartholomew Well-Known Member May 10, 2021 #4 = MOD(RealOutTime - XLOOKUP(Shift, Shifts, EndTime), 1) > 0.5 Make sure you inform forum contributors if your problem is solved on another forum (that goes both ways) Attachments Data.xlsx Data.xlsx 11.4 KB · Views: 10
= MOD(RealOutTime - XLOOKUP(Shift, Shifts, EndTime), 1) > 0.5 Make sure you inform forum contributors if your problem is solved on another forum (that goes both ways)
L Lasantha Member May 10, 2021 #5 Peter Bartholomew said: = MOD(RealOutTime - XLOOKUP(Shift, Shifts, EndTime), 1) > 0.5 Make sure you inform forum contributors if your problem is solved on another forum (that goes both ways) Click to expand... thank you.
Peter Bartholomew said: = MOD(RealOutTime - XLOOKUP(Shift, Shifts, EndTime), 1) > 0.5 Make sure you inform forum contributors if your problem is solved on another forum (that goes both ways) Click to expand... thank you.