G
Guest
I'm dealing with some flat data which looks like the following:
Field1 Field2 Field3
CD B1 B2
B2 B1 CD
CD B2 B1
B1 CD B2
For my purposes, all four records have the identical meaning. I would like
to put them in order left-to-right so I can remove what I consider to be
duplicate entries.
Field1 Field2 Field3
CD B1 B2
B2 B1 CD
CD B2 B1
B1 CD B2
For my purposes, all four records have the identical meaning. I would like
to put them in order left-to-right so I can remove what I consider to be
duplicate entries.