Replacing cells

polska2180

Active Member
Joined
Oct 1, 2004
Messages
379
Office Version
  1. 365
I have a column of cells is A representing account numbers. I have another sheet with old account numbers is column A and new account numbers in column B. I want, in sheet1, to compare column A to column A in sheet 2 and if there is a match replace column A in sheet1 witht the content in column B in sheet 2.

Thanks for the help
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Hi,

In column B of sheet1 enter this formula and copy down to the end of your range:

=if(ISNA(Vlookup(A1,Sheet2!A:B,2,False)),A1,Vlookup(A1,Sheet2!A:B,2,False))

This assumes that your list in sheet 1 starts at A1, if not change the reference twice in the formula. Other than this I'm sure you could use the Match and Offset functions to achieve your goal but I can't recreate a workbook from where I am so the method above is from memory.

Regards

Kevin
 
Upvote 0

Forum statistics

Threads
1,203,026
Messages
6,053,116
Members
444,640
Latest member
Dramonzo

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