Hi All,
First time using the forum. Its been great so far but I think I finally found a problem no one else has asked yet.
SO, here is the problem.
I have two datasets. The first dataset has null values everywhere except for certain cells where a value was updated per the result of a batch macro dynamic replace process. I want to fill in the null values with dataset values from the second dataset (the old data, without the updated cells) to give myself a new dataset.
In my words, I want to overlay the second dataset on top of the first and have it fill in the null spaces in the dataset while leaving the cells that already have values full. Thus giving me an updated dataset.
Any thoughts?