Hello Experts,
I have two sheets with two columns in each sheet,
column (A) contain customer name
Column (B) contain the region name
Now, i would like to create a macro to copy the values from sheet1 column (A) and look after it in sheet2 column (A) if found in a string to copy the next value from Sheet2 column (B) which is region name to sheet 1 column (B),
by the way i tried Vlookup but when the customer name is not exactly the same in sheets 1&2 it doesn't work...
example :
customer name in Sheet(1) cell A7 = [ADB] .... i want to get the region name in column B...
while in Sheet(2) the same customer name is = [ADB - African Development Bank]
when i put a standard Vlookup it will not find it - so i need to do FIND instead of Vlookup ...
is it possible
here is the code of the recorded macro :
Many thanks for your support,![]()
Please Login or Register to view this content.
Wellous,
Bookmarks