RhysBillOfficial

New Member
Joined
Aug 25, 2020
Messages
10
Office Version
  1. 365
Platform
  1. Windows
Hi All,

I am trying to create an excel file that calculates your running average handling time in a call centre function.

I'm not sure if the formula I am using is correct though.

Hoping for a piece of advice on this.

Kind Regards
@RhysBillOfficial
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
To facilitate our response, suggest you upload a sample data representative of your actual data. 6-8 records and show a mocked up solution. Use the XL2BB function as we cannot manipulate data in a picture, so don't load a picture.
 
Upvote 0
AHT.xlsx
BCD
5AHT Checker
6Long CallsShort CallsTotal Calls
7134
8
9Running AHT
10151.00
11
12MinutesSecondsTotal Seconds
1331181
1422122
1551301
160
170
180
190
200
210
220
230
240
250
260
270
Sheet1
Cell Formulas
RangeFormula
B7B7=COUNTIF(D13:D86,">=240")
C7C7=COUNTIF(D13:D86,">=1")
D7D7=B7+C7
B10B10=((SUM($D$13:$D$257))/D7)
D13:D27D13=((B13*60)+C13)
 
Upvote 0
Short calls should count if the total seconds is 1 second or less than or equal to 239 seconds
 
Upvote 0

Forum statistics

Threads
1,216,182
Messages
6,129,360
Members
449,506
Latest member
nomvula

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