Hi, I am building an attendance tracker, log in time compared to scheduled. I have date and time for Scheduled time in two columns, if I combine date and time from two fields using =K6&" "&H6 and returns 45200 0.375. Its not formatting correctly.
Or I could just do something like i.e Late = L, Ontime = O
=IFERROR(IF(AND(HOUR(C6>H6),MINUTE(C6>H6)),"L","O"),"Not Found")
everything is coming up as O when it should be Late. Something is not working here.
Or I could just do something like i.e Late = L, Ontime = O
=IFERROR(IF(AND(HOUR(C6>H6),MINUTE(C6>H6)),"L","O"),"Not Found")
everything is coming up as O when it should be Late. Something is not working here.