Calculate future AHT ( Average Handling Time )

roy00a4

New Member
Joined
Mar 15, 2016
Messages
19
Office Version
  1. 365
Platform
  1. Windows
Hello Everyone,

I have been banging my head to figure out this task.

NameWk 1 AHTWk 2 AHTWk 3 AHTWk 4 AHTTarget
A0:19:180:17:00
B0:20:170:17:00
C0:13:380:17:00
D0:15:310:17:00

<tbody>
</tbody>

I have the AHT for the first week by each of the agent. But the MTD target is 17 mins. What is the weekly AHT they need to maintain to meet the MTD target?

I need a formula to figure this out. I cant think of anything that woukld work. Please help !!
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Perhaps:

ABCDEFG
1NameWk 1 AHTWk 2 AHTWk 3 AHTWk 4 AHTTargetaverage needed to make target
2A0:19:180:21:210:14:230:11:580:17:00Made target!
3B0:20:170:14:240:16:520:16:350:17:00Missed target
4C0:13:380:15:430:17:000:19:20
5D0:15:310:17:000:17:30
60:00:00
7

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet3

Worksheet Formulas
CellFormula
G2=IF(COUNT(B2:E2)=4,IF(SUM(B2:E2)/4< F2,"Made target!","Missed target"),(F2*4-SUM(B2:E2))/(4-COUNT(B2:E2)))

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>
 
Last edited:
Upvote 0
Hi Eric,

Thank you so much for the fast response and help. Amazing.

Cheers,
Roy
 
Upvote 0

Forum statistics

Threads
1,215,427
Messages
6,124,830
Members
449,190
Latest member
rscraig11

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