I have 2 columns of data. Column 1 has names in it, column 2 data.
John Doe 111111
John Doe 111111
John Doe 135593
Jane Doe 289483
Jane Doe 289483
Jane Doe 345789
How can I extract column 1 and column 2 so as not to have repetitous data (column 2) in the result.
Like this:
John Doe 111111
John Doe 135593
Jane Doe 289483
Jane Doe 345789
Anyone know how this can be done. I have about 27,000 rows of info and hate to do it by hand.
Thanks,
Waxaholic
John Doe 111111
John Doe 111111
John Doe 135593
Jane Doe 289483
Jane Doe 289483
Jane Doe 345789
How can I extract column 1 and column 2 so as not to have repetitous data (column 2) in the result.
Like this:
John Doe 111111
John Doe 135593
Jane Doe 289483
Jane Doe 345789
Anyone know how this can be done. I have about 27,000 rows of info and hate to do it by hand.
Thanks,
Waxaholic