Hi ! I have a data table like this :
I need a formula to analyze if there are overlaps in the times by employee.
I tried to use this formula :
But i couldn't adapt it to my needs.
Thanks !!!
I need a formula to analyze if there are overlaps in the times by employee.
I tried to use this formula :
Code:
[COLOR=#333333]SUMPRODUCT(--((A1+C1<=$A$1:$A$15+$B$1:$B$15)+(A1+B1>=$A$1:$A$15+$C$1:$C$15)=0))<>1[/COLOR]
But i couldn't adapt it to my needs.
Thanks !!!
Last edited by a moderator: