tinydancer
New Member
- Joined
- Jun 15, 2016
- Messages
- 44
So I have a long and somewhat complex problem, let's hope I can describe it properly. I have two sheets of data, one data dump for the previous week and one for the current week. I need some data from the previous weeks sheet to carry over to the current one. Starting with the previous weeks sheet, in one column (E) I have a list of unique order numbers which is automatically generated from a data dump and not repeated in the column. A few columns over (columns Q, R, and S) I have info which is specific to that order number and manually added based off the order number in the given row. Now in the current weeks sheet, some of those order numbers from the previous week are still present in the new data dump as they have still not yet been completed. For those order numbers that are still present, I want the information in columns Q, R, and S for that order number to copy over from the old sheet to the new one. The information in those last three columns is not automatically generated so having a code or possibly an IF statement to copy them over automatically would be a real time saver as the dump itself usually contains anywhere from 400-1000 rows of data. This code or statement needs to work continually as well, as this current weeks data dump will become the previous weeks data dump and so on. I really appreciate any form of help that can be offered, don't hesitate to ask questions if need be.