Hello
I need to know how many agents worked on a call and for how long. The example below starts with column A and ends with F, rows 1 thru 6. The example is very simplified as there may be as many as 6 different agents helping on a call. Variables are, each time an agent logs into the call to add something the start time stays the same as when the call started but the end time changes to equal the time they ended their comment. When they make another comment, they get the same start time with a new end time. The total call duration equals the original call start time and the last end time noted by one of the agents.
If my life was a simple as the attached I could hand count this but I have 117 agents working 24/7 taking 1200 calls per day. Ugh!
Any help would be appreciated.
Thanks
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]AGENT[/TD]
[TD]CALL ID[/TD]
[TD]START DT[/TD]
[TD]START TM[/TD]
[TD]END DT[/TD]
[TD]END TM[/TD]
[/TR]
[TR]
[TD]JOE[/TD]
[TD]1010[/TD]
[TD]1/1/2018[/TD]
[TD]12:07:49AM[/TD]
[TD]1/1/2018[/TD]
[TD]1:21:06AM[/TD]
[/TR]
[TR]
[TD]JOE[/TD]
[TD]1010[/TD]
[TD]1/1/2018[/TD]
[TD]12:07:49AM[/TD]
[TD]1/1/2018[/TD]
[TD]12:07:52AM[/TD]
[/TR]
[TR]
[TD]BILL[/TD]
[TD]1010[/TD]
[TD]1/1/2018[/TD]
[TD]12:07:49AM[/TD]
[TD]1/1/2018[/TD]
[TD]12:12:53AM[/TD]
[/TR]
[TR]
[TD]BILL[/TD]
[TD]1010[/TD]
[TD]1/1/2018[/TD]
[TD]12:07:49AM[/TD]
[TD]1/1/2018[/TD]
[TD]12:30:03AM[/TD]
[/TR]
[TR]
[TD]ALLEN[/TD]
[TD]1010[/TD]
[TD]1/1/2018[/TD]
[TD]12:07:49AM[/TD]
[TD]1/1/2018[/TD]
[TD]12:47:53AM[/TD]
[/TR]
</tbody>[/TABLE]
I need to know how many agents worked on a call and for how long. The example below starts with column A and ends with F, rows 1 thru 6. The example is very simplified as there may be as many as 6 different agents helping on a call. Variables are, each time an agent logs into the call to add something the start time stays the same as when the call started but the end time changes to equal the time they ended their comment. When they make another comment, they get the same start time with a new end time. The total call duration equals the original call start time and the last end time noted by one of the agents.
If my life was a simple as the attached I could hand count this but I have 117 agents working 24/7 taking 1200 calls per day. Ugh!
Any help would be appreciated.
Thanks
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]AGENT[/TD]
[TD]CALL ID[/TD]
[TD]START DT[/TD]
[TD]START TM[/TD]
[TD]END DT[/TD]
[TD]END TM[/TD]
[/TR]
[TR]
[TD]JOE[/TD]
[TD]1010[/TD]
[TD]1/1/2018[/TD]
[TD]12:07:49AM[/TD]
[TD]1/1/2018[/TD]
[TD]1:21:06AM[/TD]
[/TR]
[TR]
[TD]JOE[/TD]
[TD]1010[/TD]
[TD]1/1/2018[/TD]
[TD]12:07:49AM[/TD]
[TD]1/1/2018[/TD]
[TD]12:07:52AM[/TD]
[/TR]
[TR]
[TD]BILL[/TD]
[TD]1010[/TD]
[TD]1/1/2018[/TD]
[TD]12:07:49AM[/TD]
[TD]1/1/2018[/TD]
[TD]12:12:53AM[/TD]
[/TR]
[TR]
[TD]BILL[/TD]
[TD]1010[/TD]
[TD]1/1/2018[/TD]
[TD]12:07:49AM[/TD]
[TD]1/1/2018[/TD]
[TD]12:30:03AM[/TD]
[/TR]
[TR]
[TD]ALLEN[/TD]
[TD]1010[/TD]
[TD]1/1/2018[/TD]
[TD]12:07:49AM[/TD]
[TD]1/1/2018[/TD]
[TD]12:47:53AM[/TD]
[/TR]
</tbody>[/TABLE]