+ Reply to Thread
Results 1 to 11 of 11

First Contact Resolution Calculation

  1. #1
    Registered User
    Join Date
    05-29-2015
    Location
    Stoke-On-Trent, England
    MS-Off Ver
    2010
    Posts
    40

    First Contact Resolution Calculation

    Hi All

    I am hoping that someone out there can help me. I am in the process of building a spreadsheet to calculate the % of contacts that have been resolved upon first speaking to someone. If we were to receive a call from the same phone number within a specific time frame then we would not count this as resolved.

    For arguments sake the time frame would be 3 days or 72 hours. This may change over time so I am looking to reference a cell with this information in to make it dynamic and adjustable.

    I have attached a spreadsheet with an example of the data, and what it would look like if correct.

    Really hoping that someone can help with this

    Thanks
    Dm
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,984

    Re: First Contact Resolution Calculation

    I am assuming (you did not say) that the formula is needed in F6 and downwards.

    A wild guess, as your expected results seem odd to me:

    =IF(SUMPRODUCT(($E$6:$E$18=E6)*($B$6:$B$18<=B6+3))>1,1,0)

    Please justify your expected answers in the yellow shaded cells.
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Registered User
    Join Date
    05-29-2015
    Location
    Stoke-On-Trent, England
    MS-Off Ver
    2010
    Posts
    40

    Re: First Contact Resolution Calculation

    Hi Glenn

    The formula is required in column F.

    Also the yellow shaded cells would return that result as the phone number has not made contact again within 3 days of the date on that line. Should the phone number call again within 3 days then it would return 0.

    I hope that, that makes sense however, if you need me to clarify anything further please let me

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,984

    Re: First Contact Resolution Calculation

    OK. So I was right about the formula. BUT

    I asked to you explain /justify HOW you derived the expected answers in the yellow shaded cells. You repeated your criteria. Those cells do not seem to meet those criteria!!!

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,984

    Re: First Contact Resolution Calculation

    Why is F6 a zero? Fa did not call again

  6. #6
    Registered User
    Join Date
    05-29-2015
    Location
    Stoke-On-Trent, England
    MS-Off Ver
    2010
    Posts
    40

    Re: First Contact Resolution Calculation

    So for row 7,8,12,16 Those numbers have only called in once. The assumption is that as there are no further calls the call was resolved on the first contact.

    Hopefully that clarifies enough for you

  7. #7
    Registered User
    Join Date
    05-29-2015
    Location
    Stoke-On-Trent, England
    MS-Off Ver
    2010
    Posts
    40

    Re: First Contact Resolution Calculation

    F6 is zero as I had over typed the value in cell D6 which should have been 1111

  8. #8
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,984

    Re: First Contact Resolution Calculation

    OK. I'll look again... but my head is fried!!

  9. #9
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,984

    Re: First Contact Resolution Calculation

    Try this:

    =--NOT(IFERROR(INDEX(B7:B18,MATCH(E6,E7:E18,0)),"")<B6+3)

    Note that the ranges are NOT $'d to make them absolute.
    Attached Files Attached Files

  10. #10
    Registered User
    Join Date
    05-29-2015
    Location
    Stoke-On-Trent, England
    MS-Off Ver
    2010
    Posts
    40

    Re: First Contact Resolution Calculation

    That is amazing!!! thank you for your help and sorry for any confusion that I may have caused.

    I do have 1 question though, The plan for this is to be used on a much larger data set to amend the formula will it be as easy as just extending the formula down to the end of the data or is it more complex than that?

    The end data will easily get to 1000s of lines quite quickly

  11. #11
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,984

    Re: First Contact Resolution Calculation

    Just change the 18s to something future-proof. It should then be OK!! Fingers crossed...

    You're welcome.



    It would be very nice if you were to just click the Add Reputation button at the foot of any of the posts of members who helped you reach a solution.

    Finally, if that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

+ 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. [SOLVED] SLA Calculation for Helpdesk Resolution time
    By Ferry Wils in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 02-01-2021, 12:36 PM
  2. [SOLVED] Calculation how many calls/cases and agent can work Contact Centre
    By MarkoGreenio in forum Excel General
    Replies: 11
    Last Post: 07-08-2019, 04:18 AM
  3. [SOLVED] Extract output text using input text, contact value and contact text
    By Sekars in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-02-2019, 05:52 AM
  4. VBA to select a contact in outlook to Populate Contact Information in an Excel Form
    By onelastcast in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-15-2017, 02:01 PM
  5. Formula to Pull Last Contact Date for each Contact in Call Log
    By Tweet2Quit in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 08-11-2016, 03:00 PM
  6. Replies: 2
    Last Post: 11-27-2013, 01:26 PM
  7. Contact list the will automatically add a contact
    By mike.richards in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-13-2008, 10:35 AM

Tags for this Thread

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