Hello,
I have a two excel files
1. File One contains names in one column
ABC Company
BCd company
XYZ company
2. File Two contains data in several columns and rows.
Mobile Number Company Name retailer name
88998798 ABC Company popiiii
98798989 BCd company rettetetet
56656565 XYZ company tetetett
My aim is to search the text string from the range of names in file one and search the same text in second file then copy the entire rows where the text string is matching and paste it as a different file with the same search string/Name.
Eg: Searching abc company in data base file then copies all rows where abc company is available in any column any cell. End result should be copying the data 88998798 : abc company : popiiii the same row left to right and saving the copied data as a different excel file named abc company in specified path or folder. Also heading should also be copied with the specified data while saving it as a different file. Thanx