HI I have the following formula:
=IFERROR(IF(O2="Sun","Overtime X2",IF(O2="Sat",LOOKUP(U2,{0,"08:00","12:01"}+0,{#N/A,"Overtime X1.5","Overtime X2"}),LOOKUP(U2,{0,"17:31","23:59"}+0,{"Overtime X2",#N/A,"Overtime X1.5"}))),M2)
This formula works great for the "Sat" and "Sun" criteria, it...