Find duplicate text in a string and remove it
问题 I have this excel problem. I am trying to find matching text between 2 columns and then remove the matched text. Example Column 1: John Romeo Column 2: John Romeo 16 Smith Street Results: 16 Smith Street The Results column is the text that I want. 回答1: Here's a custom function called WORDDIF that may do what you want. To install the custom function in Windows ... Alt+F11 to open the VBA Editor From the VBA menu, select Insert -> Module To install the custom function in OS X ... Go to Tools ->