Karthik Thandapani
Member
Hi,
I have a list of users with From & To time ranges. I want to find duplicates if they have sameUser+fromTime+ToTime (also time range falls between too). Presently I have =IF(SUMPRODUCT(--($B$2:$B$11=$B3),--($C$2:$C$11<=$C3),--($D$2:$D$11>=$D3))>=1,"Duplicate","Not a duplicate") which is not finding the exact duplicates.
Basically, I need to find matching user names those who have similar time ranges. Can anyone please help. Please see the attached file.
Thanks,
Karthik
I have a list of users with From & To time ranges. I want to find duplicates if they have sameUser+fromTime+ToTime (also time range falls between too). Presently I have =IF(SUMPRODUCT(--($B$2:$B$11=$B3),--($C$2:$C$11<=$C3),--($D$2:$D$11>=$D3))>=1,"Duplicate","Not a duplicate") which is not finding the exact duplicates.
Basically, I need to find matching user names those who have similar time ranges. Can anyone please help. Please see the attached file.
Thanks,
Karthik