[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Name
[/TD]
[TD]Start
[/TD]
[TD]End
[/TD]
[TD]Conflict?[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Apples[/TD]
[TD]12/1/14[/TD]
[TD]12/2/14[/TD]
[TD]YES[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Oranges[/TD]
[TD]12/1/14[/TD]
[TD]12/2/14[/TD]
[TD]NO[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Apples[/TD]
[TD]11/30/14[/TD]
[TD]12/2/14[/TD]
[TD]YES[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Apples[/TD]
[TD]12/4/14[/TD]
[TD]12/5/14[/TD]
[TD]NO[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Apples[/TD]
[TD]11/30/14[/TD]
[TD]12/1/14[/TD]
[TD]YES[/TD]
[/TR]
</tbody>[/TABLE]
Hoping for some help. I'm open to any solution.
I want to compare the "Name" value in column A and if it matches elsewhere in A, then check to see if there is overlap of Start and End Dates with anywhere else the Name matches.
Hopefully the above table helps explain it.
Seems complicated for Excel, but want to know how this can be done.
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Name
[/TD]
[TD]Start
[/TD]
[TD]End
[/TD]
[TD]Conflict?[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Apples[/TD]
[TD]12/1/14[/TD]
[TD]12/2/14[/TD]
[TD]YES[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Oranges[/TD]
[TD]12/1/14[/TD]
[TD]12/2/14[/TD]
[TD]NO[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Apples[/TD]
[TD]11/30/14[/TD]
[TD]12/2/14[/TD]
[TD]YES[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Apples[/TD]
[TD]12/4/14[/TD]
[TD]12/5/14[/TD]
[TD]NO[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Apples[/TD]
[TD]11/30/14[/TD]
[TD]12/1/14[/TD]
[TD]YES[/TD]
[/TR]
</tbody>[/TABLE]
Hoping for some help. I'm open to any solution.
I want to compare the "Name" value in column A and if it matches elsewhere in A, then check to see if there is overlap of Start and End Dates with anywhere else the Name matches.
Hopefully the above table helps explain it.
Seems complicated for Excel, but want to know how this can be done.
Last edited: