+ Reply to Thread
Results 1 to 15 of 15

Complex Call Centre Data

  1. #1
    Registered User
    Join Date
    04-19-2013
    Location
    US
    MS-Off Ver
    Excel 2003
    Posts
    10

    Complex Call Centre Data

    My manager has requested that I create a spreadsheet with a lot of information for our call centre. As a quick bit of background information, we're a call centre that receives approximately 1000-1500 calls daily, with anywhere from 14-20 people working the phones. It's your standard 9-5 job, just a larger scale numberwise than what i'm used to working with.

    She wants to be able to enter in start time and stop times for calls and have the spreadsheet populate the call time and then also the average length of the calls.

    This is where it gets fun. She wants to be able to see how many calls a representative takes during any given hour, and then the average length of those calls.

    Example:

    If Scott gets 13 calls between 8:00-9:00, averaging about 3 minutes a call, how can we get that data into a spreadsheet?

    She intends on using these to see the efficiancy of the way we handle the calls and when we are most busy.


    I have a general idea of how the spreadsheet might look, but I don't have a clue how to link up all the data, and since you guys have helped me in the past, I figured I might check with you.

    I'm thinking that there's probably an easy way to figure out how long each call takes and then what the average length is, but I'm not sure how to section it off by the hour, and find the averages from those.

    If it helps, as she put it, she wants to know, "how many calls Scott on average takes between 8-9, 9-10, 10-11, 11-12, on any given day (monday, tuesday, wednesday), and approximately how longs those calls take (per hour)." I believe she would also like a more general number for end of the day/week totals, but that shouldn't be an issue.


    Any help, suggestion, information, or other ideas would all be appreciated.


    thanks!

  2. #2
    Forum Expert Alf's Avatar
    Join Date
    03-13-2004
    Location
    Gothenburg/Mullsjoe, Sweden
    MS-Off Ver
    Excel 2019 and not sure I like it
    Posts
    4,758

    Re: Complex Call Centre Data

    If this was my problem I would start by speaking to your "service provider" i.e. telephone company. They should be able to provide you with all the information you need.

    If you are lucky they may give an excel file or at least a text file so you can extract the information you need.

    Some years ago I made an "Operators log" where the number of calls (internal or external) should be traced by the operator clicking on the appropriate button on the "Register" tab.

    I've uploaded the file so you can have a look at it but a model like this would never work in "proper" call centre.

    Alf
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    04-19-2013
    Location
    US
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: Complex Call Centre Data

    I think I like that idea, but if I was going to enter just the start and stop times of calls, what formula would i use to count the number of calls between a certain time

    example:

    start time stop time
    8:15 8:17
    8:25 8:31
    8:33 8:37
    8:52 8:56
    9:10 9:16
    9:17 9:23


    If i want to know how many calls were recieved between 8-9:00, what formula should I use?

    I know there has to be a way to figure it out, I'm just not

  4. #4
    Registered User
    Join Date
    04-19-2013
    Location
    US
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: Complex Call Centre Data

    and those times would be in two seperate columns

  5. #5
    Valued Forum Contributor
    Join Date
    05-13-2010
    Location
    Belo Horizonte, Brazil
    MS-Off Ver
    Excel 2003; 2007
    Posts
    441

    Re: Complex Call Centre Data

    wolfep93, Good afternoon.

    Scenario:
    .-----A------|-----B----
    1..start time.|.stop time
    2.....8:15.....|...8:17...
    3.....8:25.....|...8:31...
    4.....8:33.....|...8:37...
    5.....8:52.....|...8:56...
    6.....9:10.....|...8:16...
    7.....9:17.....|...8:23...

    Try to do:
    D1 = 08:20 - Limit - Start time
    E1 = 09:00 - Limit - Stop time

    F1 --> =COUNTIFS(A2:A7,">="&D1,B2:B7,"<="&E1)

    Is it what you want?
    I hope it helps.
    Last edited by Mazzaropi; 03-12-2014 at 11:47 AM. Reason: typo
    ...If my answer helped you, Please, click on. * Add Reputation (at left)

    Best regards.
    Marc?lio Lob?o

  6. #6
    Forum Expert Alf's Avatar
    Join Date
    03-13-2004
    Location
    Gothenburg/Mullsjoe, Sweden
    MS-Off Ver
    Excel 2019 and not sure I like it
    Posts
    4,758

    Re: Complex Call Centre Data

    I think I like that idea, but if I was going to enter just the start and stop times of calls
    This is the problem with my model becuse I'm quite certain a number of people will forget to click the appropriate buttons so the quality of the collected data will probably be poor.

    You are absolutely sure the phone company can't help you out? The certaily keeps loggs of all calls and the time they lasts how else are they going to bill you?

    Well if you wish to have a go at it I would sugest you change the name of the macro buttons to something like "Call starts" and "Call stopped"

    Then you get start time in column C as before (sheet and then you set a time heading in cell J5 and add a "Stop time" macro something like this perhaps?

    Please Login or Register  to view this content.
    So you got the start time in column C and stop time in column J so by subtracting you get the time the call lasted and one probably need to add some error handling as well. Think about it and if you really wish to have a go at it I'll add what help I can.

    Alf

  7. #7
    Registered User
    Join Date
    04-19-2013
    Location
    US
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: Complex Call Centre Data

    mazzaropi,

    when you say "D1 = 08:20 - Limit - Start time and E1 = 09:00 - Limit - Stop time"

    do you mean that I should put my limit in for what my brackets would be.

    Hypothetically, if I'm going hour by hour, my limits would be 8:00-8:59, 9:00-9:59, etc.

    How would I set that up? and would i then use the same formula?






    Alf,

    unfortunately, the service provider won't be much help. I know that we do have a database with all the call information already in it, but my manager wants a seperate spreadsheet that she can enter numbers into when she shadows reps. She wants all this information so that she can test each individual reps efficiency and call volume. It's a pain, but I'm sure it can be done.





    as always, thanks everyone, you've all been a lot of help

  8. #8
    Registered User
    Join Date
    04-19-2013
    Location
    US
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: Complex Call Centre Data

    alright so Mazzaropi, your formula worked perfectly once i realized what you were saying, sorry about that

    That being said, would there be a similar formula for average length of calls during that same period? I'm sure it's just changing one or two field selectors, I just can't get it right



    thanks to anyone who can help th

  9. #9
    Valued Forum Contributor
    Join Date
    05-13-2010
    Location
    Belo Horizonte, Brazil
    MS-Off Ver
    Excel 2003; 2007
    Posts
    441

    Re: Complex Call Centre Data

    wolfep93, Good afternoon.

    Your Scenario:
    .-----A------|-----B----
    1..start time.|.stop time
    2.....8:15.....|...8:17...
    3.....8:25.....|...8:31...
    4.....8:33.....|...8:37...
    5.....8:52.....|...8:56...
    6.....9:10.....|...9:16...
    7.....9:17.....|...9:23...

    Try to do: Statistic
    D1 = 08:00 Start
    E1 = 09:00 Finish

    Calculating qty of calls in an interval of time.
    F1 --> =COUNTIFS(A2:A7,">="&D1,B2:B7,"<="&E1) --> 4

    Calculating an average of lenght of call in an interval of time.
    F2 --> =SUMPRODUCT((A2:A7>=D1)*(B2:B7<=E1)*(B2:B7-A2:A7)) / F1 --> 0:04:00

    I did an example for uou.
    12-03-2014_ExcelForum-Call_Log_wolfep93.xlsx

    Is it what you want?
    I hope it helps.

  10. #10
    Registered User
    Join Date
    04-19-2013
    Location
    US
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: Complex Call Centre Data

    that's perfect!

    One last question and then we're finished!

    What if a call is from 9:56-10:04, it wouldn't come up in either time field since the cut off times eliminate it by the formulas, right?

    Would these just be lost, or is there a way to work them in?



    thanks!

  11. #11
    Registered User
    Join Date
    06-14-2012
    Location
    Cambridge, UK
    MS-Off Ver
    Excel 2013
    Posts
    48

    Re: Complex Call Centre Data

    Hi,

    I think the most versatile and powerful tool for this task would be to use pivot tables. From a very simple table of start and finish times you can easily calculate a number of different things. See attached workbook...

    .xlsx version
    CallCentrePivots.xlsx

    .xls version (only try this if above doesn't work)
    CallCentrePivots.xls

    If you've not used pivot tables before you might have to do a little bit of reading but they are perfect for these kinds of calculations.

    Hope that helps

    Pete
    <--- Please click the star to say thank you

  12. #12
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Complex Call Centre Data

    Alf is correct in suggesting that the telephone company has these statistics for each telephone line. In addition, it is far more accurate than what you would be able to gather yourself. Getting the data in a useable form right away might be a problem. Once the data is useable, all that has to be done is to assign the operator to the correct line for the times.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  13. #13
    Valued Forum Contributor
    Join Date
    05-13-2010
    Location
    Belo Horizonte, Brazil
    MS-Off Ver
    Excel 2003; 2007
    Posts
    441

    Re: Complex Call Centre Data

    wolfep93, Good afternoon.

    Itīs a good question!

    These cells were not eliminated by formulas.
    These were eliminated by a management approach.
    But...if you need control this too, this isnīt complicated.

    When you decide split time by closed hours, you must pay a special attention to cross borders events .

    You may observe that only ONE (1) event may occur by each interval.
    NO MORE than one.

    I suggest you to create an apart control for this case.

    Your Scenario:
    .-----A------|-----B----
    1..start time.|.stop time
    .
    .

    7.....9:52.....|..10:02...

    Try to do: Statistic Cross interval
    D1 = 09:50 Start
    E1 = 10:10 Finish

    Calculating qty of calls in an Cross Interval of time.
    F1 --> =COUNTIFS(A2:A7,">="&D1,B2:B7,">"&TIME(HOUR(E1),,),B2:B7,"<="&E1)

    I completed the example that I did for you before.
    13-03-2014_ExcelForum-Call_Log_wolfep93.xlsx

    Is it what you want?
    I hope it helps.

  14. #14
    Valued Forum Contributor
    Join Date
    05-13-2010
    Location
    Belo Horizonte, Brazil
    MS-Off Ver
    Excel 2003; 2007
    Posts
    441

    Re: Complex Call Centre Data

    Peter.M, Good afternoon.
    You did a good job with a Pivot Table example. Very Good!

    Alf and Master Newdoverman, Good afternoon.
    I agree totally with you.
    If he has an opportunity to receive data from his telephone company, I believe that he donīt need invest time and efforts to build a management control.

    To all of you, Have a nice day.

  15. #15
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Complex Call Centre Data

    I hope that your management comes to the realization that most of what they want should be provided either free or at nominal cost.

+ 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] Call centre quality assurance assessment tool. calculating scores by selecting yes or no
    By Chaos247 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 10-06-2021, 09:06 AM
  2. Call Centre/Erlang Formula Problems
    By blackhand2010 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-14-2014, 06:30 PM
  3. Replies: 1
    Last Post: 08-06-2013, 09:07 PM
  4. Tracking Call Centre Metrics as a Race
    By Kwelly in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-21-2010, 02:48 AM
  5. Replies: 2
    Last Post: 10-12-2008, 01:34 PM

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