Hello,
I have 3 columns - "Hours" (string) and "Login_Time" (time) and "Logout_Time"(time).
I want to get an outcome that if "Login_Time" is more than 08:00:00 then I should get "Late Login". If "Logout_Time" is blank then "No Logout" and if "Hours" are less than 9 then it should show "Early Logout" and if "Hours" are more than 12 then it should show "Incorrect Logout" and if none of the above then "-".
Please also confirm whether I will need to change the formats (string)(time) for any of the columns for the calculations to work? Appreciate your help.