david gabra
Member
Hello
I have an IF statement that did show for multiple rows if there are the same data elements. - this worked great.
I need to amend the IF statement to so that it will only give me a "duplicate outcome" if the data from the different rows ALSO show DIFFERENT VALUES for two columns that I have highlighted in the attached excel.
Please can some once amend, and if there is an easier and faster!!!! way to process way, I would be very grateful - i have to run on 100,000 lines
this method is slow and kills the computer, so if there is someway better - that would be perfect
Basically,
column B, C, D,E,F, = should be the same
column G = must be different
If these conditions hold true - then we have a DUPLICATE.
Thank you!!!
my it statement was like
=IF(COUNTIFS($B$2:$B$24,$B2,$C$2:$C$24,$C2,$D$2:$D$24,$D2,$f$2:$f$24,$fH2)>1, "Duplicate row", "")
David
I have an IF statement that did show for multiple rows if there are the same data elements. - this worked great.
I need to amend the IF statement to so that it will only give me a "duplicate outcome" if the data from the different rows ALSO show DIFFERENT VALUES for two columns that I have highlighted in the attached excel.
Please can some once amend, and if there is an easier and faster!!!! way to process way, I would be very grateful - i have to run on 100,000 lines
this method is slow and kills the computer, so if there is someway better - that would be perfect
Basically,
column B, C, D,E,F, = should be the same
column G = must be different
If these conditions hold true - then we have a DUPLICATE.
Thank you!!!
my it statement was like
=IF(COUNTIFS($B$2:$B$24,$B2,$C$2:$C$24,$C2,$D$2:$D$24,$D2,$f$2:$f$24,$fH2)>1, "Duplicate row", "")
David