+ Reply to Thread
Results 1 to 3 of 3

How Many Compliant Calls To Hit Target

  1. #1
    Registered User
    Join Date
    06-27-2017
    Location
    Peterborough
    MS-Off Ver
    2010
    Posts
    1

    How Many Compliant Calls To Hit Target

    Hi,

    Our agents have a non compliant target of 6% or less. Using other formulas I have the total calls made and the number of non compliant calls and then the %.

    For Example

    Number of N/C calls Total Calls Current compliance
    1 3 33%

    If I manually do the calculation a total of 17 compliant calls are needed to bring the % under 6.00% so a further 14 compliant calls are required providing none of them are non compliant.

    Any way to do this automatically?

    Thanks

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,737

    Re: How Many Compliant Calls To Hit Target

    =ROUNDDOWN(C2/B2*100,0)
    where B2 is the total number of calls and C2 is the number of non compliant call

    =ROUNDDOWN(B2*0.06,0)
    calculates the 6% number

    so you could then just use them together

    =ROUNDDOWN(B2*0.06,0) - ROUNDDOWN(C2/B2*100,0)

    which will tell you how many are left

    I have used rounddown - so that if you have 3.9 then it rounds down to 3 - to get the integer value of the number
    if you are happy with decimals
    just use

    =(B2*0.06) - (C2/B2*100)

    you could add an IF to test if they have already exceeded 6% and mark as fail
    or say how many they are over - which this will do as a negative number anyway
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,723

    Re: How Many Compliant Calls To Hit Target

    You could use this formula, e.g. in D2:

    =ROUNDUP((A2-6%*B2)/6%,0)

    Hope this helps.

    Pete

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. add data to compliant row
    By keuninkske in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 11-10-2014, 03:52 AM
  2. unique docs not compliant per month
    By joannelittell in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-26-2013, 11:41 AM
  3. Manage Compliant/Non Compliant
    By susanhamm in forum Excel General
    Replies: 0
    Last Post: 11-23-2011, 06:46 PM
  4. VICS compliant BOL template for Excel?
    By Rono in forum Excel General
    Replies: 0
    Last Post: 06-21-2006, 10:55 PM
  5. [SOLVED] Will the Excel WEEKNUM function become ISO 8601 compliant?
    By Gilles Moerdijk in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-08-2005, 04:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1