Matching

Matt

Board Regular
Joined
Feb 16, 2002
Messages
212
I have a list of regions in column D and a list of regions in column A, some regions are present in both lists, some not. I want to transfer the corresponding region values in column B to column E, e.g. look at region in D2, does it appear in list in column A? If so, return corresponding value in column B to E2. Hope someone can help.

Thanks

Matt
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Hi Matt

In cell E1 put:

=IF(COUNTIF($A$1:$A$1000,D1)<>0,VLOOKUP(D1,$A$1:$B$1000,2,FALSE),"")

Copy down as far as needed. Then sort Column Column E to move empty text to the bottom.
 
Upvote 0

Forum statistics

Threads
1,213,546
Messages
6,114,251
Members
448,556
Latest member
peterhess2002

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