I have a couple spread sheets that have data as follows
Sheet 1 – Column A through U (row 5 first entry with data w/ no defined amount of rows, could be thousands)
Sheet 2 – Column A through T (row 5 first entry with data w/ no defined amount of rows, could be thousands)
I need help building a code that will look at each entry in column B on sheet 1, find the matching entry on sheet 2 in column D, extract(copy) the entry from column P of that row(from sheet 2) and paste it back to the matching entry row on sheet1 column V
For instance. If my first entry in column B on sheet 1 was 123456. Sheet 2 that same data may be 2,000 row further down but with a $ amount in column P that needs to be copied to sheet1.
The code would need to take 123456 from sheet 1 find it in Column D of sheet 2, take the dollar amount from column P on sheet 2 and paste it back on the row with 123456 on sheet 1 in column V.
Hope this was clear enough and not too confusing. If I need to clarify more I will be happy to.
All feedback is welcome and is much appreciated. Thanks in advance
Sheet 1 – Column A through U (row 5 first entry with data w/ no defined amount of rows, could be thousands)
Sheet 2 – Column A through T (row 5 first entry with data w/ no defined amount of rows, could be thousands)
I need help building a code that will look at each entry in column B on sheet 1, find the matching entry on sheet 2 in column D, extract(copy) the entry from column P of that row(from sheet 2) and paste it back to the matching entry row on sheet1 column V
For instance. If my first entry in column B on sheet 1 was 123456. Sheet 2 that same data may be 2,000 row further down but with a $ amount in column P that needs to be copied to sheet1.
The code would need to take 123456 from sheet 1 find it in Column D of sheet 2, take the dollar amount from column P on sheet 2 and paste it back on the row with 123456 on sheet 1 in column V.
Hope this was clear enough and not too confusing. If I need to clarify more I will be happy to.
All feedback is welcome and is much appreciated. Thanks in advance