Hi,
It's me again. I need your help on calculating the service level if it passed or fail based on a requirement.
So far, I have only managed to create this: =IF(O:O="","", IF(AND(D:D="SL 3",O:O<=TIME(12,0,0)),"Pass","Fail"))
This works for one argument but if I do nested if, it does...