Search : in
By :

Excel Row & Column copy Macro

csajaykumar, on Nov 4, 2009 5:17:09 pm GMT 
 Report this message to moderators

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

Best answers for « Excel Row & Column copy Macro » in :
EXCEL: The INTERSECTION function ShowEXCEL: The INTERSECTION function You have a table consisting of rows and columns. Want to know the value of the cell at the intersection of a particular row / column in your table Example: Your table: - starts C3 to F3 ... for...
Transforming columns into lines ShowTransforming columns into lines Example Limitations It is endemic for most Linux tools to work with lines, but not with columns (sed, awk, grep, etc..). However, it may happens,that you have a file where the data should be read in...