Hello all, i hope i can get something good..
-I have a file with 3000 word (aliases), lets name it Input.txt (there CR sepeted)
-the master list will be named Master.xls (about 30,000 row)
-output file will be named Output.xls, no_hit.txt
this is what i need to do:
1- take 1 by 1 every word in Input.txt and search the master list for hit (the hit might only contain the word partially)
2- If there is a hit in the master file, export to output.xls, i also want to apend the word in the first colum. the word has to scan the whole master list.
-if mutliple hit on one line for the same word, only export 1 time.
3- if no hit in master list with a word, export the word to no_hit.txt (or xls).
thx in advance, if you need clarification, let me know.
Start Free Trial