Hello
I have been trying to make a SUMPRODUCT formula to check if one line of data is exactly the same as another in my list. I have tried many variations, read thru the forensics post, but this formula is still giving me some difficulty to fully wrap my head around
Here is one of my attempts where I think i'm getting close (data is in rows 7,8,9 for this example):
=SUMPRODUCT(--(C7:C9=C7)*--(D7:D9=D7)*--(E7:E9=E7)*--(F7:F9=F7)*--(G7:G9=G7)*--(H7:H9=H7))
I expect this to return a 0 if any of the columns don't match, and a 1 if the line is essentially duplicated.
Any help appreciated, thanks.
I have been trying to make a SUMPRODUCT formula to check if one line of data is exactly the same as another in my list. I have tried many variations, read thru the forensics post, but this formula is still giving me some difficulty to fully wrap my head around
Here is one of my attempts where I think i'm getting close (data is in rows 7,8,9 for this example):
=SUMPRODUCT(--(C7:C9=C7)*--(D7:D9=D7)*--(E7:E9=E7)*--(F7:F9=F7)*--(G7:G9=G7)*--(H7:H9=H7))
I expect this to return a 0 if any of the columns don't match, and a 1 if the line is essentially duplicated.
Any help appreciated, thanks.