So I'm compiling a raw data sheet from a production sheet. My Raw Data will contain SKU #, Actual Volume Produce that wednesday Aug.27th day, Actual Volume produced Wednesday Aug. 27th night.
The production sheet is below [I can only show so much on a public forum]:


and
Currently I have a macro that grabs this production data, which updates data daily, and transfers it to the current workbooks file.
I'm trying to extract the data from the work files but avoid duplicating data. I.E. I have a macro button now that a user can press and it grabs the data and puts it onto a raw data sheet. But I have no safeguard to keep the same data from being duplicated - I.E. I don't want volume from August 12th during the day to be duplicated when I run the report on August 13th given the August 12th data will still be on the file..
So essentially - any guidance regarding compiling data while avoiding duplicating data in macros would be appreciated, especially when the data is in a format such as above. I'm not asking anyone to write the macro itself, as this will obviously take some time - just need input to figure out HOW I want to build this to avoid duplicating data and skewing forecasts.
The production sheet is below [I can only show so much on a public forum]:


and
Currently I have a macro that grabs this production data, which updates data daily, and transfers it to the current workbooks file.
I'm trying to extract the data from the work files but avoid duplicating data. I.E. I have a macro button now that a user can press and it grabs the data and puts it onto a raw data sheet. But I have no safeguard to keep the same data from being duplicated - I.E. I don't want volume from August 12th during the day to be duplicated when I run the report on August 13th given the August 12th data will still be on the file..
So essentially - any guidance regarding compiling data while avoiding duplicating data in macros would be appreciated, especially when the data is in a format such as above. I'm not asking anyone to write the macro itself, as this will obviously take some time - just need input to figure out HOW I want to build this to avoid duplicating data and skewing forecasts.
Last edited: