vba - EXCEL 2007: Compare each column A cell in workbook1 to see if it exists in the strings of of column A in workbooks 2-4 -


i have no idea begin, not afraid vba if needed (never done it, can code in other languages).

my company possesses master list of 800 numbers. have 4 global regions. 4 global workbooks column represents last 4 of 800 numbers master list. need check every "last 4" checked against master list , report not represented.

so needs each regional workbook column , return true if exists in master workbook column a. else, need generate list of rows not matched against master list.

where can learn such skills?

edit added:

masterbook example

region1 exmaple

region2 example

if master workbook's location same region workbook , isn't changed, use formula cell b2 , press ctrl+shift+enter fill down:

=if(or(text(a2,0)=right('masterlist example.xlsx'!$a$2:$a$1000,4)),"yes","no") 

Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -