I have a lot of data in the format shown in Sheet 1, and I can't figure out how to set up a macro that would put it in a format like Sheet 2.
My issues are:
- I don't want to include any blank rows when moving the Sheet1 data.
- The totals on Sheet1, which come every set number of rows, should not be moved onto Sheet2. Totals on Sheet 2 should be calculated separately.
- For a given widget, all the Planning cells should be moved first, then all the Building cells, then all the Packing cells. Just no blank ones. Then the next widget should be moved onto.
I can't figure out how to record a macro that will do this correctly, given that there could be any number--even zero--of cells corresponding to each section.
Is there any way I can do this? Any advice to get me unstuck will be very much appreciated!
My issues are:
- I don't want to include any blank rows when moving the Sheet1 data.
- The totals on Sheet1, which come every set number of rows, should not be moved onto Sheet2. Totals on Sheet 2 should be calculated separately.
- For a given widget, all the Planning cells should be moved first, then all the Building cells, then all the Packing cells. Just no blank ones. Then the next widget should be moved onto.
I can't figure out how to record a macro that will do this correctly, given that there could be any number--even zero--of cells corresponding to each section.
Is there any way I can do this? Any advice to get me unstuck will be very much appreciated!