This one is a tough one. I have tons of rows i have to compare and there are similar data points so concatenation is very difficult:
Scenario: how do i take the below data and have it recognize that row 1 and 3 are a match I want to remove (anytike column B is opposite, column C matches and column d is the same remove the match) but then keep row 2, 4 & 5 to continue traveling down the flow
columns: A B C D E
Row1 Apple -4 5.21 Grocery Produce
Row 2 Apple 4 5.18 Grocery Fruit
Row 3 Apple 4 5.21 Grocery Tree
Row 4 Apple 4 5.12 Grocery Seed
Row 5 Apple 4 5.21 Grocery Salad