I have Excel output from a third party utility that is written as each item set consisting of 5 columns wide and 5 columns long followed by a blank line. I'm trying to figure out how to loop through each item set and copy it's data contents it to another "clean" worksheet within a single row so that I can report on it.
The original output data from the third party utility is well organized within the sheet (Same labels, same offsets)
Ideally I'd like to have a macro that loops through each 5x5 item set and copies the data values to the proper column on the "Clean" sheet. Once the loop finishes the item set, it goes to the next 5x5 set and writes its data to the next row in the clean sheet until all items in the original have been copied to the clean.
I've uploaded a sample set of data that is the exact layout I'm working with. There are 1000's of rows of data within the original output and doing it manually doesn't make much sense. It anyone can offer some assistance on how to complete this task I would be extremely thankful
Bookmarks