I get an email, daily, with an excel spreadsheet of all calls made by all agents from the day before. I'm looking to have it custom sorted by calling number, then direction, then time, duration. I would like to be able to just upload the file either via .NET app or php, etc...
Then I want the total number of calls per calling number ( both inbound and outbound) divided by 8 (day shift), when first call was made, when last call was made. I would also like to have it broken down by hr (8-9, 20 calls were made, 9-10, x calls were made) Have this outputted to a word doc or email. attached is the file I receive daily.
So, I want it to say
Date:
ext: 101
total calls: 150
average per hr: 18.75
first call: 8:01am
last call: 4:59pm
8-9: 23 calls
9-10: 8 calls
.....
4-5: 0 calls
ext: 102
total calls: 150
average per hr: 18.75
first call: 8:01am
last call: 4:59pm
8-9: 23 calls
9-10: 8 calls
.....
4-5: 2 calls
Then I want the total number of calls per calling number ( both inbound and outbound) divided by 8 (day shift), when first call was made, when last call was made. I would also like to have it broken down by hr (8-9, 20 calls were made, 9-10, x calls were made) Have this outputted to a word doc or email. attached is the file I receive daily.
So, I want it to say
Date:
ext: 101
total calls: 150
average per hr: 18.75
first call: 8:01am
last call: 4:59pm
8-9: 23 calls
9-10: 8 calls
.....
4-5: 0 calls
ext: 102
total calls: 150
average per hr: 18.75
first call: 8:01am
last call: 4:59pm
8-9: 23 calls
9-10: 8 calls
.....
4-5: 2 calls