Hi..
I want to make an AHT (Average Handling Time) sheet. The sheet is to calculate time of the calls taken by executives. Please help me for VB code. Is it possible to calculate time without using VB code?
The columns we will need-
Cust ID........Users........Start Time........Contact No.........Type.........End time.......On Call......Avail
00187442......02........08:06:14 AM......9769229910.......Home......08:08:20 AM.....
CUST ID : (editable)
USERS : (editable)
START TIME : time when executive receives the call. (cell should not be editable, shortcut key- Ctrl+T)
Cont No. : (editable)
TYPE : Home, Business, VIP (Drop-Down)
END TIME : when they ends the call. (cell should not be editable, shortcut key- Ctrl+T)
ON CALL : Handling time of the call. (should not be editable)
AVAIL : Difference between END TIME of previous call and START TIME of next call. (should not be editable)
Thanks..
Annen
I want to make an AHT (Average Handling Time) sheet. The sheet is to calculate time of the calls taken by executives. Please help me for VB code. Is it possible to calculate time without using VB code?
The columns we will need-
Cust ID........Users........Start Time........Contact No.........Type.........End time.......On Call......Avail
00187442......02........08:06:14 AM......9769229910.......Home......08:08:20 AM.....
CUST ID : (editable)
USERS : (editable)
START TIME : time when executive receives the call. (cell should not be editable, shortcut key- Ctrl+T)
Cont No. : (editable)
TYPE : Home, Business, VIP (Drop-Down)
END TIME : when they ends the call. (cell should not be editable, shortcut key- Ctrl+T)
ON CALL : Handling time of the call. (should not be editable)
AVAIL : Difference between END TIME of previous call and START TIME of next call. (should not be editable)
Thanks..
Annen