Good evening,
I am currently working on a file for a call center I work in and am having a hard time figuring out a particular formula and making it work. Basically there is a monthly goal for a disconnect rate and we want this to be as low as possible. On a daily basis we have agents enter in their numbers into a shared sheet to give us a running track for the day. I'm currently trying to modify the sheet so that we can determine how many additional calls would be needed to reach the goal. The problem I am experiencing is the number of various formulas I've tried give very incorrect numbers and I'm not certain what is wrong. Here is the example numbers.
So I have attempted a variation on this formula =IF(C1>D1, (ROUNDUP(((A1*D1-B1)),0)), "PASSED") however it only provides the "passed" response. (obviously not the answer as I'm pulling examples from other posts on the forum). I've also attempted a variation on =ROUNDUP((D2*A2-B2)/(1-D2),0) however I get a response of -7. These appear to be the more common types of formulas. I know the answer on this should be 25 to reach the 20% target number. These numbers will fluctuate throughout the day as more disconnects and calls are taken by the agents.
Are there any ideas or suggestions you may have to help clarify what I'm doing wrong? Thank you for your time and expertise.
I am currently working on a file for a call center I work in and am having a hard time figuring out a particular formula and making it work. Basically there is a monthly goal for a disconnect rate and we want this to be as low as possible. On a daily basis we have agents enter in their numbers into a shared sheet to give us a running track for the day. I'm currently trying to modify the sheet so that we can determine how many additional calls would be needed to reach the goal. The problem I am experiencing is the number of various formulas I've tried give very incorrect numbers and I'm not certain what is wrong. Here is the example numbers.
So I have attempted a variation on this formula =IF(C1>D1, (ROUNDUP(((A1*D1-B1)),0)), "PASSED") however it only provides the "passed" response. (obviously not the answer as I'm pulling examples from other posts on the forum). I've also attempted a variation on =ROUNDUP((D2*A2-B2)/(1-D2),0) however I get a response of -7. These appear to be the more common types of formulas. I know the answer on this should be 25 to reach the 20% target number. These numbers will fluctuate throughout the day as more disconnects and calls are taken by the agents.
Are there any ideas or suggestions you may have to help clarify what I'm doing wrong? Thank you for your time and expertise.