futureancient
Board Regular
- Joined
- Dec 8, 2008
- Messages
- 76
This should be simple, but I can't think of how to do this..
Outline -
I want to copy data from one sheet to another sheet if the values in a column match up between the two. These values change or get altered, so a simple vlookup wont do, as the copied data will also change - once copied, I need it to remain that way.
Detail -
In sheet1 I have column C with 1,2,3,4,5 etc. In Sheet2, there is column A also with 1,2,3,4,5... In columns D and E there is data, I want to copy this data to sheet1 columns G and H on the corresponding rows with the same numbers. ie Sheet1 C35 = 1, Sheet2 A5 = 1, copy Sheet2 D5 and E5, to Sheet1 G35 and H35.
After each copy, I will run a macro that will change which rows display 1,2,3,4,5... and so, the data it corresponds with will change. How do I make the data stick to where it is copied to in Sheet1, after the macro is run and the data changes.
Thanks for your help.
Outline -
I want to copy data from one sheet to another sheet if the values in a column match up between the two. These values change or get altered, so a simple vlookup wont do, as the copied data will also change - once copied, I need it to remain that way.
Detail -
In sheet1 I have column C with 1,2,3,4,5 etc. In Sheet2, there is column A also with 1,2,3,4,5... In columns D and E there is data, I want to copy this data to sheet1 columns G and H on the corresponding rows with the same numbers. ie Sheet1 C35 = 1, Sheet2 A5 = 1, copy Sheet2 D5 and E5, to Sheet1 G35 and H35.
After each copy, I will run a macro that will change which rows display 1,2,3,4,5... and so, the data it corresponds with will change. How do I make the data stick to where it is copied to in Sheet1, after the macro is run and the data changes.
Thanks for your help.
Last edited: