Amanda S
2009-11-28 20:40:37 UTC
bill, cocacola
dan, pepsi
dan, fanta
phil, sprite
chris, redbull
See how dan has two sodas? What I want to do is remove all lines where dan is duplicated. If I just do filter by unique records only, then it won't catch that because 'dan, pepsi' and 'dan,fanta' are not duplicates.
In other words, any time a value in column A is a duplicate of another value in column A, I want the whole line removed so I'm only left with one value. It doesn't matter which one it picks...it can be the first or last, whatever.