Let me explain what I did. It seemed to me that you have two sets of headers, and that they are paired up one with the other.
For example, in the original the header might say: Parent, but in one of the copies it might say Parent Location.
Then what I did, I searched for "Parent Location" in the copies, if I found it, I searched for "Parent" in the Original.
Then I copied the items underneath "Parent" to the area underneath "Parent Location."
Are you talking about the header "Type/Model" of the data underneath the header? (Because everything was copied on my worksheet examples.) One copy had "Type" and the other had "Model." I placed the data underneath "Type/Model" under both "Type" and "Model."
Perhaps to get a better look, run the following code on an empty worksheet.
This code will show how I paired up the headers.
If this method will work for you, then we can expand upon it. What I would need is a complete list of headers which might be used in a copy, and their equivalent header which is used in the Original.
If possible, it would be good if we could narrow down where we search for headers. I searched in the whole UsedRange.
And since your original had three sheets, and your copies only had one sheet, I searched only in one sheet for the copies and only in three sheets in the original. This, of course, can be modified.
Bookmarks