Hello All,
I have lurked here for several years and gleaned a lot of good information and help from many of the posters here.
I finally have a problem I cannot solve despite my searches here and attempts.
Overview:
I have 6 worksheets that are used for data entry. They have differing counts of rows, but the same number of columns. So I have created dynamic ranges which are all working correctly in that they adjust to define the entered data correctly.
I need to summarize the data from the 6 worksheets onto a separate, 7th worksheet if you will. So I end up with hundreds of rows of data that can change depending on what users enter in the first 6 worksheets.
I also need to add data in the aggregated data. Column A needs data added for each row that identifies the worksheet from which the data originated. Call it Region.
For example, on the first worksheet, Southeast Region, I need to copy 256 rows and 44 columns of data. The dynamic range works so in code, I should be able to reference the range. I need to copy that range into my aggregation worksheet called "All Data" and it needs to be pasted in the first available row in column B. Then the string "Southwest Region" needs to be entered on every row in Column A to identify this first set of data as that from "Southeast Region".
Then the code should move down to the first available row and do the same process for the next named region, perhaps "Northeast Region" and then continue through all 6 named ranges that represent regional data.
Many thanks in advance to any who help.
Bookmarks