Dear Team,
I need to calculate SLA for weekends. My current formula paste below calculates SLA on weekday between 9 AM to 5 PM but if an incident is logged on a weekend then formula returns incorrect value
Current Formula:
=IF(J2="",0,IF(M2="",(NETWORKDAYS(J2,$AI$11)-1)*("17:00"-"9:00")+MOD($AI$11,1)-MEDIAN(NETWORKDAYS(J2,J2)*MOD(J2,1),"9:00","17:00"),((NETWORKDAYS(J2,M2)-1)*("17:00"-"9:00")+MOD(M2,1)-MEDIAN(NETWORKDAYS(J2,J2)*MOD(J2,1),"9:00","17:00"))))
Kindly suggest a better formula to cater this exception. File is uploaded for reference
Regards
I need to calculate SLA for weekends. My current formula paste below calculates SLA on weekday between 9 AM to 5 PM but if an incident is logged on a weekend then formula returns incorrect value
Current Formula:
=IF(J2="",0,IF(M2="",(NETWORKDAYS(J2,$AI$11)-1)*("17:00"-"9:00")+MOD($AI$11,1)-MEDIAN(NETWORKDAYS(J2,J2)*MOD(J2,1),"9:00","17:00"),((NETWORKDAYS(J2,M2)-1)*("17:00"-"9:00")+MOD(M2,1)-MEDIAN(NETWORKDAYS(J2,J2)*MOD(J2,1),"9:00","17:00"))))
Kindly suggest a better formula to cater this exception. File is uploaded for reference
Regards