I am trying to find the details from two columns based on the text string in a third column from two separate excel files
The code should search file B column C for a match as listed in column A from the code sheet (file A).
When it finds a matching word, it then copies details from file B, column D at the correct row into file A column B and also column F to column C (file B to file A).
It works for finding the first string, but if there is more than one entry of the same name in file B, it fails. (there is only one instance of the same name).
Bookmarks