MikeLanglois
New Member
Hey all,
I have quite a particular problem and I'm sure you guys can help. I did run a search, however its quite a specific problem so I wasn't able to get any hits.
The problem is as follows: We have raw data entered into a sheet called "Data". This information is updated weekly, and tracks information that has taken place in the last 31 days. So this means that some weeks, the key information will be the same, its just the additional information that will have updated. All information is relevant to a reference number, and that reference number doesnt change.
What I need to try and create (I'd imagine in VBA) is a code/macro that will check all new data against current data, and if the reference number is new, adds it to the next empty cell. If the reference number already exsists, it just updates the current information with the new information.
I wish I could upload an example, but the data I am using is sensetive, and I couldn't make enough sample data to accurately show what I mean. If an example is needed, I will try.
Does anyone have something like this or can help?
Thanks very much!
Mike
I have quite a particular problem and I'm sure you guys can help. I did run a search, however its quite a specific problem so I wasn't able to get any hits.
The problem is as follows: We have raw data entered into a sheet called "Data". This information is updated weekly, and tracks information that has taken place in the last 31 days. So this means that some weeks, the key information will be the same, its just the additional information that will have updated. All information is relevant to a reference number, and that reference number doesnt change.
What I need to try and create (I'd imagine in VBA) is a code/macro that will check all new data against current data, and if the reference number is new, adds it to the next empty cell. If the reference number already exsists, it just updates the current information with the new information.
I wish I could upload an example, but the data I am using is sensetive, and I couldn't make enough sample data to accurately show what I mean. If an example is needed, I will try.
Does anyone have something like this or can help?
Thanks very much!
Mike