formula to determine if SLA was met

excelDummy29

New Member
Joined
Aug 31, 2017
Messages
1
Hi,

I have raw data and need a formula to determine if SLA was met.
I need it separated by same day, 1 day, 2 days , 3 days, 3+days from month to month.
I need it to then give me the percentage (out of %100) per category to see where SLA was met or not met.
I then need to show this in a stacked bar and line graph so Management can see our process.
Currently, I am using this formula to calculate the time difference between ticket open and closed date and time:

=NETWORKDAYS(K2,L2,$P$2:$P$9)-1-MOD(K2,1)+MOD(L2,1)

Please help!

Thanks,
Excel Dummy
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
thats quite a lot of questions , almost building the spreadsheet for you
have you already designed the sheet
i suspect a pivot table / chart may be required

do you have different sla's ?
you would need a column with what sla applied to that row
then if met / not meet - perhaps a 1 and 0 - so you can take a %

stacked bar graph against what x axis ? month
i would use closed date as month

not sure i understand the 3+ do you have an sla for that
or are you now plotting the number of days ?
same day, 1 day, 2 days , 3 days, 3+days
column showing number of days
assuming formula is in Q
using if (q2<1 , "sameday", if(q2<2, "nextday" ...........)

then in R
if met or not
again an if() i would use a 1 and 0
then you can use to create a %

what have you created so far
 
Upvote 0

Forum statistics

Threads
1,215,343
Messages
6,124,398
Members
449,155
Latest member
ravioli44

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top