Call centre telephony question

RichardMGreen

Well-known Member
Joined
Feb 20, 2006
Messages
2,177
Hi all

I've got a spreadsheet that holds the volume of calls for any given day.
I've also got a rough percentage of how those calls are distributed throught the day in 15 minute intervals (i.e. 96 rows).

I need to find a way to do two things:-
work out how many calls will be answered by the staff available (or work out how many staff are needed to answer the calls)
Any calls not aswered should drop to the next 15 minute slot to be added to that slot's total.

Anyone any ideas?

All help greatly appreciated.
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Hi all

I've got a spreadsheet that holds the volume of calls for any given day.
I've also got a rough percentage of how those calls are distributed throught the day in 15 minute intervals (i.e. 96 rows).

I need to find a way to do two things:-
work out how many calls will be answered by the staff available (or work out how many staff are needed to answer the calls)
Any calls not aswered should drop to the next 15 minute slot to be added to that slot's total.

Anyone any ideas?

All help greatly appreciated.

Hi Richard,

Assuming your data is laid out as below (amend to match your own layout):

Total number of calls - cell A2
% Split by 15 min period - cell A3 down

Add a column called "Avg Calls" in column B and in cell B3 add the formula

=$A2*A3 and copy down - this will give you average number of calls per 15 minute period

To work out the average call length divide the total number of calls by the total time. From this you should be able to work out how many people you would need.

Hopefully this will help you get started but if you'd like me to have a look at your actual data then either post on here or send it me via PM.

:)
 
Upvote 0
For my first 15 minute period I have an average of 217 calls with an AHT of 645 econds.
How would I work out I need to figure out how many staff I would need to answer them?
 
Upvote 0

Forum statistics

Threads
1,224,527
Messages
6,179,351
Members
452,907
Latest member
Roland Deschain

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top