I have been asked to add a whatif statement to a table I am building. The issue is that the variable measurement that is being played with could end up exceeding the total number of calls offered. (see example)
Example
January Calls Offered 244
Calls Met SLA 198
Incremental Headcount 4 (assumption is analyst can handle 5 calls per hour)
Additional Calls Able to Manage = 20 (Incremental Headcount x 5)
Total New Calls Met SLA 20 (Incremental headcount plus Calls Met SLA) 218
Because you can never obtain higher than 100% compliance, the Total New Calls Met SLA cannot be higher than Calls Met SLA.
To solve this I was told to build a Whatif statement into Total New Calls Met SLA so it never exceeds this.
Example
January Calls Offered 244
Calls Met SLA 198
Incremental Headcount 4 (assumption is analyst can handle 5 calls per hour)
Additional Calls Able to Manage = 20 (Incremental Headcount x 5)
Total New Calls Met SLA 20 (Incremental headcount plus Calls Met SLA) 218
Because you can never obtain higher than 100% compliance, the Total New Calls Met SLA cannot be higher than Calls Met SLA.
To solve this I was told to build a Whatif statement into Total New Calls Met SLA so it never exceeds this.