Sum values in overlapping date ranges

mattrogers

New Member
Joined
Sep 4, 2014
Messages
1
We have a list of meetings including start and end times as well as the number of attendees that participated in the meeting. We would like to find which meetings have overlapping times then sum the number of attendees for each of the meetings that overlapped.

For example:

StartEndAttendeesOverlap Count
110/15/2012 06:29:5110/15/2012 07:19:5320
210/15/2012 06:59:5610/15/2012 07:15:2713
310/15/2012 07:21:3110/15/2012 09:06:5510
410/15/2012 07:31:4010/15/2012 08:00:2150
510/15/2012 10:00:5210/15/2012 11:09:3120
610/15/2012 11:00:2610/15/2012 12:10:5835
710/15/2012 11:51:0010/15/2012 13:33:5825
810/15/2012 13:33:0310/15/2012 14:30:1924
910/15/2012 14:01:2110/15/2012 16:23:3635
1010/16/2012 06:59:3310/16/2012 08:07:5830
1110/16/2012 07:29:4010/16/2012 08:21:1236
1210/16/2012 08:04:3610/16/2012 08:42:0239
1310/16/2012 11:31:2510/16/2012 12:58:5950
1410/17/2012 08:02:3110/17/2012 08:13:4120
1510/17/2012 09:01:0110/17/2012 09:42:2430
1610/17/2012 09:56:3610/17/2012 10:16:2720
1710/17/2012 11:06:4010/17/2012 11:56:4030

<tbody>
</tbody>

As you can see there are several meetings that overlap with each other, but some of them overlap with more than just one other meeting. What we would like to be able to do is provide of number of attendees in the Overlap Count column of how many simultaneous attendees are in a meeting.

If you should have any questions I'll be more than happy to answer them.
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.

Forum statistics

Threads
1,214,782
Messages
6,121,532
Members
449,037
Latest member
tmmotairi

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top