Karedog, thank you for your reply. I entered the code that you provide and it does programatically find the overlaps based on the sample data that I provided you. However, the code still does not take in to consideration for the team.
By way of example, using my original sample data, when I copy the formula down, I am told that Row 7 overlaps with Row 4. I am ok with this overlap because it is for two different teams. I only want to know about the overlaps that occur for the same team.
I will do some disection of the code you provided to see if the LARGE function is the culprit.
Thanks, Sean
Your original code sample:
=IFERROR("True (Overlaps with row " &1/(1/SUMPRODUCT(LARGE((ROW(A2)<>ROW(A$2:A$8))*(C2>(B$2:B$8))*(B2<(C$2:C$8))*ROW(A$2:A$8),1)))&")","")
Bookmarks