Hi all
Looking for any help that is out there but not sure if this should fall under formula's or vba code help.
Using the below data, I need a formula or vba code to determine all the different overlapping date ranges that exist when looking at combining all 3 legs.
Market Travel Start Travel End
Leg 1 01/06/15 11/11/15
Leg 2 22/05/15 05/06/15
Leg 2 01/07/15 09/09/15
Leg 2 10/10/15 22/11/15
Leg 3 10/07/15 05/09/15
Leg 3 01/11/15 25/12/15
So when looking at a combination of "Leg 1,2,3". My results using the above data would be below. These are the only 2 date ranges that overlap for all 3 Legs.
Market Travel Start Travel End
Leg 1,2,3 10/07/15 05/09/15
Leg 1,2,3 01/11/15 11/11/15
I hope this makes sense.
Thanks
Dean
Bookmarks