vincentharris
Programmer
I have a spreadsheet that reads as follows:
Status Tier OpenDate ResolveDate SLA ServiceLevel
I wrote the following formula for Service Level and it worked just fine:
=IF(F2="Tier 3","Next Business Day",IF(F2="Tier 4","3 Business Days",IF(F2="Tier 2","4 Hours",IF(F2="Tier 1","8 Hours", IF(F2= "IMAC-D","5 Business Days")))))
What I am wanting to do is create a formula for SLA that when the OpenDate and ResolveDate is entered the SLA will populate to Missed or On Time.
For example, if a Tier is 3 which means the Service Level is Next Business Day and the OpenDate is 6/16/09 9:28 AM and the ResolveDate is 6/17/09 4:25 PM I need to have a formula in place to show On Time or Missed. Also I need to have a formula to reflect if a ticket was resolved on the weekend to also show whether it was Missed or On Time.
Status Tier OpenDate ResolveDate SLA ServiceLevel
I wrote the following formula for Service Level and it worked just fine:
=IF(F2="Tier 3","Next Business Day",IF(F2="Tier 4","3 Business Days",IF(F2="Tier 2","4 Hours",IF(F2="Tier 1","8 Hours", IF(F2= "IMAC-D","5 Business Days")))))
What I am wanting to do is create a formula for SLA that when the OpenDate and ResolveDate is entered the SLA will populate to Missed or On Time.
For example, if a Tier is 3 which means the Service Level is Next Business Day and the OpenDate is 6/16/09 9:28 AM and the ResolveDate is 6/17/09 4:25 PM I need to have a formula in place to show On Time or Missed. Also I need to have a formula to reflect if a ticket was resolved on the weekend to also show whether it was Missed or On Time.