I am trying to find a way to calcluate concurrent calls with three criteria, Start Date, End Date, and Destination. Start and End Date format is MM/DD/YYY hh:mm:ss and the destination is currently a general text field e.g. MN013
I cannot seem to find a way to include the 3rd (destination) criteria.
The formula to find overlapping times (=IF(DAY(B73)=DAY(A74),COUNTIF(B$2:B73,">="&A73)+COUNTIF(A74:A$63338,"<"&B73),"EOD") works great but in this case, concurrent calls must also be to the same destination (mail route). In the example below, only the calls with MN013 at the end of the row are actually concurrent with each other.
7/19/2010 15:19:25 7/19/2010 15:32:30 0:13:05 4 908696 NJ006
7/19/2010 15:29:52 7/19/2010 15:31:51 0:01:59 2 609301 NJ002
7/19/2010 15:31:51 7/19/2010 15:31:53 0:00:02 3 609301 NJ002
7/19/2010 15:41:13 7/19/2010 15:44:05 0:02:52 1 603629 NH020
7/19/2010 15:53:45 7/19/2010 16:25:40 0:31:55 10 763744 MN013
7/19/2010 15:59:16 7/19/2010 15:59:18 0:00:02 2 131518 MN008
7/19/2010 15:59:33 7/19/2010 16:26:35 0:27:02 9 952833 MN002
7/19/2010 16:02:25 7/19/2010 16:02:30 0:00:05 3 952936 MN008
7/19/2010 16:02:54 7/19/2010 16:38:46 0:35:52 11 763744 MN013
7/19/2010 16:15:04 7/19/2010 16:15:09 0:00:05 4 952992 MN012
7/19/2010 16:17:41 7/19/2010 16:17:45 0:00:04 4 713296 TX035
7/19/2010 16:21:59 7/19/2010 16:22:04 0:00:05 4 304766 WV050
7/19/2010 16:23:31 7/19/2010 16:28:34 0:05:03 5 304766 WV050
7/19/2010 16:25:25 7/19/2010 16:33:39 0:08:14 7 952931 MN006
7/19/2010 16:33:19 7/19/2010 16:35:07 0:01:48 5 215902 PA062
7/19/2010 16:33:38 7/19/2010 16:38:52 0:05:14 5 763553 MN013
7/19/2010 16:34:04 7/19/2010 16:43:10 0:09:06 4 952512 MN030
7/19/2010 16:43:56 7/19/2010 16:46:06 0:02:10 1 304766 WV050
7/19/2010 16:53:34 7/19/2010 16:53:56 0:00:22 1 443896 MD018
7/19/2010 16:54:16 7/19/2010 16:54:57 0:00:41 1 952931 MN006
7/19/2010 17:06:13 7/19/2010 18:10:04 1:03:51 3 952992 MN012
Bookmarks