Hello,
I have a list of correctly spelled names in Column A.
I have a list of incorrectly spelled names in Column B.
The names between Column A and Column B are correlated.
The incorrectly spelled version of the name is also in multiple cells on the same worksheet.
I would like to create a macro that can do a find/replace of all the incorrectly spelled names in column B with the correctly spelled names in column B.
Here is an example
Column A:
A1= Smith
A2= Jones
...
A100= Johnson
Column B:
B1= Smiith
B2= Jons
...
B100= Jonson
Can someone please provide code for a Macro that I could run that would simply find all the contents of the cell in B1 on a given sheet, then do a replace-all with the contents of the cell in A1...then loop for the next 100, or 1000, or whatever the need may be.
Thanks
I have a list of correctly spelled names in Column A.
I have a list of incorrectly spelled names in Column B.
The names between Column A and Column B are correlated.
The incorrectly spelled version of the name is also in multiple cells on the same worksheet.
I would like to create a macro that can do a find/replace of all the incorrectly spelled names in column B with the correctly spelled names in column B.
Here is an example
Column A:
A1= Smith
A2= Jones
...
A100= Johnson
Column B:
B1= Smiith
B2= Jons
...
B100= Jonson
Can someone please provide code for a Macro that I could run that would simply find all the contents of the cell in B1 on a given sheet, then do a replace-all with the contents of the cell in A1...then loop for the next 100, or 1000, or whatever the need may be.
Thanks
Last edited: