In Excel 2003, I have a spreadsheet that has numerous start and end dates for events for 3 sites. See example below.
Site 1 Site 2 Site 3
Start End Start End Start End
1/1/2011 1/5/2011 1/9/2001 1/10/2011 1/13/2011 1/16/2011
1/11/2011 1/15/2011 1/14/2011 1/17/2011 1/18/2011 1/21/2011
For each site, the events are in chronological order.
I would like to know when there were common dates for events at all 3 sites. In the example above, it would be 1/14 - 1/15. The first event for Site 3 has dates in common with the second event for Site 1 and Site 2.
I started trying to use if statements (=if C3>A3,1,0) to compare the dates, but that seemed to get messy since the common events could be on different rows in the spreadsheet.
Thanks,
Brian
Site 1 Site 2 Site 3
Start End Start End Start End
1/1/2011 1/5/2011 1/9/2001 1/10/2011 1/13/2011 1/16/2011
1/11/2011 1/15/2011 1/14/2011 1/17/2011 1/18/2011 1/21/2011
For each site, the events are in chronological order.
I would like to know when there were common dates for events at all 3 sites. In the example above, it would be 1/14 - 1/15. The first event for Site 3 has dates in common with the second event for Site 1 and Site 2.
I started trying to use if statements (=if C3>A3,1,0) to compare the dates, but that seemed to get messy since the common events could be on different rows in the spreadsheet.
Thanks,
Brian