jawwad_karim Posted May 18, 2013 Report Share Posted May 18, 2013 Hi Community I would like some support on below please. I have 2 list of location data as follows: List 1 contains location code, location name and geo codes List 2 contains location code, location name and geo codes The codes in List 1 and 2 are not matching at all however some locations may be same based on location name and geo codes. Through which software, i can find matching locations between the 2 lists and more importantly it is necessary to have location code next to each other wherever there is a match. Please support Regards Jawwad Quote Link to comment Share on other sites More sharing options...
rahmansunbeam Posted May 19, 2013 Report Share Posted May 19, 2013 If the lists are in same db, simple sql can do the job, select * from list_1, list_2 where geo_code_1=geo_code_2; or use VLOOKUP in excel. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.