Find and replace words based

sanket_sk

Board Regular
Joined
Dec 27, 2016
Messages
140
Office Version
  1. 365
Platform
  1. Windows
Hi All,



Hope you are doing well!!



I have unique query to discuss.

I have thousands of rows data in excel, there are few spelling mistakes, word mismatches in the data.

I have a input table with column names “Find What” and “Replace with”. ( given below sample data which is very small however actual data is very long)

I am looking for formula / VBA who will go through column “A” “Raw Data” check in case of any word matching with column “D” – “Find What” if matches it replaces value of column “E” Replace with.

Could you please help me in achieving this result

Data Table

Raw Data
City Name Pune
Located at Bangalore
It in Chennai
Belongs to Mumbai



Input Table

Find WhatReplace with
PunaPune
BangalorBangalore
MadrasChennai
BombayMumbai


Desired result

Raw Data
City Name Pune
Located at Bangalore
It in Chennai
Belongs to Mumbai
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Your Data table and your Desired Result table are the same.
 
Upvote 0

Forum statistics

Threads
1,214,905
Messages
6,122,174
Members
449,071
Latest member
cdnMech

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top