mahmed1
Well-known Member
- Joined
- Mar 28, 2009
- Messages
- 2,302
- Office Version
- 365
- 2016
- Platform
- Windows
Hi - I am trying to get a total of Labor time and divide by Total chats to give me AHT
The formula in Access returns different to Excel (Maybe its to do with Access times going over 24 hours) not sure
Here is my formula
ROUND((SUM(t.[LABOR TIME])/SUM(t.[INTERACTIVE CHATS]))*86400,0) AS Concurrent_AHT (Average Handling Time)
If i do the same formula in Excel where i take the (sum(Labor Time)/Sum(Interactive Chats))*86400 I am getting different results by a few hundred seconds
Is this a know issue or do i need to calculate the sum of hours differently?
The formula in Access returns different to Excel (Maybe its to do with Access times going over 24 hours) not sure
Here is my formula
ROUND((SUM(t.[LABOR TIME])/SUM(t.[INTERACTIVE CHATS]))*86400,0) AS Concurrent_AHT (Average Handling Time)
If i do the same formula in Excel where i take the (sum(Labor Time)/Sum(Interactive Chats))*86400 I am getting different results by a few hundred seconds
Is this a know issue or do i need to calculate the sum of hours differently?