So lets say I have a spread sheet like this, the | will mean the column line -
1 | 12 | bla bla bla
2 | 13 | bla bla bla
3 | 1 | bla bla bla
4 | 14 | bla bla bla
5 | 15 | bla bla bla
6 | 2 | bla bla bla
So I want a way to automatically remove the line that is 3 | 1 | bla bla bla, and 6 | 2 | bla bla bla because the 1 and the 2 in the 2nd column had already been used in the first column.
How can I do this? I could have the #s in the first column on a different SS altogether but need a way for it to go through that 2nd column and delete the entire row if the # is a duplicate from 1st column.
Please Help
Bookmarks