HowdeeDoodee
Well-known Member
- Joined
- Nov 15, 2004
- Messages
- 599
Want to delete duplicate cells in each row
I have rows of data with duplicate cells in each row. I do not want to delete any rows. I want to delete only duplicate cells in each row.
For example, I now have in one row...
fox, sheep, goat, fox, dog, cat, fox
I want to delete the duplicate cells in each row. I want to end up with the following...
fox, sheep, goat, dog, cat
I have over 25,000 rows and over 200 columns.
Thank you in advance for any replies.
I have rows of data with duplicate cells in each row. I do not want to delete any rows. I want to delete only duplicate cells in each row.
For example, I now have in one row...
fox, sheep, goat, fox, dog, cat, fox
I want to delete the duplicate cells in each row. I want to end up with the following...
fox, sheep, goat, dog, cat
I have over 25,000 rows and over 200 columns.
Thank you in advance for any replies.