R
robro
I previously had help with writing a macro to eliminate duplicate
records, and it worked great which told me there are two duplicate
records. Now I need to quickly identify them.
There is one column of numbers, sorted in numeric order. I just need
to place an X
in a helper column for each duplicate record so I can then sort by the
helper column. Basically for this to be fast, I just want to compare
one cell with the one above it. I've yet to figure out how to do
that. Any help appreciated! I've googled up a storm and all I'm
finding is deleting dupes or placing an X in a helper column but
comparing all records in column A which will take too long with
300,000 records.
Thanks!
records, and it worked great which told me there are two duplicate
records. Now I need to quickly identify them.
There is one column of numbers, sorted in numeric order. I just need
to place an X
in a helper column for each duplicate record so I can then sort by the
helper column. Basically for this to be fast, I just want to compare
one cell with the one above it. I've yet to figure out how to do
that. Any help appreciated! I've googled up a storm and all I'm
finding is deleting dupes or placing an X in a helper column but
comparing all records in column A which will take too long with
300,000 records.
Thanks!