Hi,
Am hoping that you guys can help.
I am looking for a formula that shows if cell c8= Smart and cell j8 time is less than 4:00:00 them put Met SLA but if j8 is over 4:00:00 put Failed SLA and if C8= Customer raised ticket or Public raised ticket and j8 is uner 0:30:00 put Met SLA and if J8 is over 00:30:00 put failed SLA.
I have this at the moment but I cannot add in the customer and public raised part.
=IF((AND(C10>="SMART", J10<=TIME(4,0,0))), "Met SLA", "Failed SLA")
Hope this makes sense
Am hoping that you guys can help.
I am looking for a formula that shows if cell c8= Smart and cell j8 time is less than 4:00:00 them put Met SLA but if j8 is over 4:00:00 put Failed SLA and if C8= Customer raised ticket or Public raised ticket and j8 is uner 0:30:00 put Met SLA and if J8 is over 00:30:00 put failed SLA.
I have this at the moment but I cannot add in the customer and public raised part.
=IF((AND(C10>="SMART", J10<=TIME(4,0,0))), "Met SLA", "Failed SLA")
Hope this makes sense