Hi All,
I have been trying to create a formula for when a call centre's client contracts are failing SLA that tells me the number of calls that are required within SLA to bring the failing contract back to the required SLA.
For example; Calls required are 80% in 20 seconds. Offered calls so far 8659. Calls handled within 80% 2000. Which makes the current SLA 23.10%.
I created a circular reference to iterate through the shortfall totalling until the New SLA reaches 80% (or the Excel iterations loop finishes, whichever comes first). The total calls required number should equal the number of calls required within SLA to bring the contract SLA back to 80%. I have uploaded an example.
This does work. However, I want the Total Calls Req number to update automatically when the Offered and Handled figures change (This updated raw data will be dropped in automatically each day). At the moment, to get the Total Calls Req cell to update I have to click in the formula bar and press return again which I assume runs the iteration again from scratch.
What would be the best way ensure this automatic update of the circular reference? Maybe a VBA script to look for changes in those cells? If this is the best way, please can anyone help with the script I'd need?
Is there a better way that I can achieve the overall result, other than using a circular reference?
Many thanks
I have been trying to create a formula for when a call centre's client contracts are failing SLA that tells me the number of calls that are required within SLA to bring the failing contract back to the required SLA.
For example; Calls required are 80% in 20 seconds. Offered calls so far 8659. Calls handled within 80% 2000. Which makes the current SLA 23.10%.
I created a circular reference to iterate through the shortfall totalling until the New SLA reaches 80% (or the Excel iterations loop finishes, whichever comes first). The total calls required number should equal the number of calls required within SLA to bring the contract SLA back to 80%. I have uploaded an example.
This does work. However, I want the Total Calls Req number to update automatically when the Offered and Handled figures change (This updated raw data will be dropped in automatically each day). At the moment, to get the Total Calls Req cell to update I have to click in the formula bar and press return again which I assume runs the iteration again from scratch.
What would be the best way ensure this automatic update of the circular reference? Maybe a VBA script to look for changes in those cells? If this is the best way, please can anyone help with the script I'd need?
Is there a better way that I can achieve the overall result, other than using a circular reference?
Many thanks