ahmed.sange
New Member
Hi ,
I'm looking for some assistance in developing a macro for the below:
I'm looking for some assistance in developing a macro for the below:
- I have two workbooks (book1 & book2) with a primary key (i.e. a common column of data - i.e. item code). Both the workbooks are dynamic (i.e. there may be new columns and rows added onto both the workbooks). Book 1 contains the data/table from where I want to vlookup data onto book 2 based on conditions. Please view the attached 2 workbooks.
- I want the macro to find the 'month' in book1 and then vlookup that data onto the same month column of book2 based on the item code. (e.g. To vlookup august data on book2, I want the macro to find august on book1 and then vlookup data based on the item code)
- This is because there will be new columns (i.e. new month columns) added to book1 on a monthly basis.