jasonconlon
Board Regular
- Joined
- Mar 14, 2002
- Messages
- 80
I've got a tricky one, and I can't see any way around it except to draw up some lengthy, convoluted formulae. And so I was wondering if anyone else might have a better idea.
I'm trying to track email response times, based on the time that the email was received (offered) and the time that the email was responded to (answered). I can easily work out the TOTAL answer delay just by subtracting the answer time from the offered time. The tricky part is that I would like to automatically calculate only the time that has transpired during working hours --
For instance, if the e-mail was received on a Sunday but was replied to at 9:30am Monday, then the Work Hours Answer Delay should show just 30 minutes. Or if the e-mail is received at 5:30pm on Monday but isn't answered until 9:30am on Tuesday, then the Work Hours Answer Delay should show just 60 minutes.
How would you tackle this?
I'm trying to track email response times, based on the time that the email was received (offered) and the time that the email was responded to (answered). I can easily work out the TOTAL answer delay just by subtracting the answer time from the offered time. The tricky part is that I would like to automatically calculate only the time that has transpired during working hours --
For instance, if the e-mail was received on a Sunday but was replied to at 9:30am Monday, then the Work Hours Answer Delay should show just 30 minutes. Or if the e-mail is received at 5:30pm on Monday but isn't answered until 9:30am on Tuesday, then the Work Hours Answer Delay should show just 60 minutes.
How would you tackle this?
Book2 | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | |||
1 | IndividualEmailReport | ||||||||||||||
2 | Offered | NoAnswer | Answered | WorkHours | Start | Finish | |||||||||
3 | Day | Date | Time | NoAnswer | Day | Date | Time | Total | WorkHrs | WorkDays | Monday | Friday | |||
4 | Offered | Offered | Offered | Required | Answered | Answered | Answered | AnsDelay | AnsDelay | WorkDayHours | 09:00AM | 06:00PM | |||
5 | Monday | 12-Aug | 11:58AM | Monday | 12-Aug | 02:51PM | 2:53:00 | ||||||||
6 | Monday | 12-Aug | 01:47PM | Monday | 12-Aug | 03:09PM | 1:22:00 | ||||||||
7 | Tuesday | 13-Aug | 09:53AM | ||||||||||||
8 | Sunday | 25-Aug | 09:53PM | Monday | 26-Aug | 11:47AM | 13:54:00 | ||||||||
9 | Monday | 26-Aug | 09:15AM | Monday | 26-Aug | 11:57AM | 2:42:00 | ||||||||
10 | Monday | 26-Aug | 03:36PM | Monday | 26-Aug | 03:57PM | 0:21:00 | ||||||||
11 | Wednesday | 28-Aug | 11:15AM | ||||||||||||
Sheet1 |