Greetings,
I am trying to figure out a macro to check for duplicate words in a single cell, and then reorganize it into a format which shows the # of words.
For example,
I have a cell that has 5 words in it:
Regulation; Support; Education; Support; Regulation
After performing the check for any duplicate words, I would (ideally) like the macro to then reorganize the cell, with the end result of the cell looking like this.
Regulation (2); Support (2); Education;
Any help is appreciated, thank you.
Bookmarks