Hi,
I have a problem I have been trying to solve for some time and wondered if anyone on here can help me.
I have a workbook with several worksheets with the same format. The content of each worksheet is different, with some cells blank and others with text.
I want to have a final 'summary' worksheet that will consolidate particular data from the previous worksheets. I want all the non-blank cells from one column (Column D) of all the worksheets to be copied into a single column of the 'summary' worksheet in the order they appear in the previous worksheets (i.e. non-blank data from worksheet 1 followed by non-blank data from worksheet 2, and so on).
Then, if possible, I also want a column in the 'summary' worksheet to display the data from column A of the previous worksheets that correspond to the non-blank cells from Column D.
I would like to have it configured so that I can change the data in the worksheets and it will still be consolidated correctly in the summary worksheet.
I may not have explained it well, but for example:
[TABLE="width: 575"]
<colgroup><col><col span="3"><col span="4"></colgroup><tbody>[TR]
[TD="colspan: 2"]Worksheet 1[/TD]
[TD="colspan: 2"]Worksheet 2[/TD]
[TD][/TD]
[TD="colspan: 2"]Summary Worksheet[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]D[/TD]
[TD]A[/TD]
[TD]D[/TD]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]a[/TD]
[TD]2[/TD]
[TD]s[/TD]
[TD][/TD]
[TD][/TD]
[TD]2[/TD]
[TD]a[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]b[/TD]
[TD][/TD]
[TD]t[/TD]
[TD]5[/TD]
[TD][/TD]
[TD]4[/TD]
[TD]c[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]c[/TD]
[TD]4[/TD]
[TD]u[/TD]
[TD]5[/TD]
[TD][/TD]
[TD]8[/TD]
[TD]d[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]d[/TD]
[TD]8[/TD]
[TD]v[/TD]
[TD][/TD]
[TD][/TD]
[TD]5[/TD]
[TD]g[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]e[/TD]
[TD][/TD]
[TD]w[/TD]
[TD]3[/TD]
[TD][/TD]
[TD]5[/TD]
[TD]t[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]f[/TD]
[TD][/TD]
[TD]x[/TD]
[TD][/TD]
[TD][/TD]
[TD]5[/TD]
[TD]u[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]g[/TD]
[TD]5[/TD]
[TD]y[/TD]
[TD]1[/TD]
[TD][/TD]
[TD]3[/TD]
[TD]w[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]1[/TD]
[TD]y
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Any help or advice would be much appreciated.
I have a problem I have been trying to solve for some time and wondered if anyone on here can help me.
I have a workbook with several worksheets with the same format. The content of each worksheet is different, with some cells blank and others with text.
I want to have a final 'summary' worksheet that will consolidate particular data from the previous worksheets. I want all the non-blank cells from one column (Column D) of all the worksheets to be copied into a single column of the 'summary' worksheet in the order they appear in the previous worksheets (i.e. non-blank data from worksheet 1 followed by non-blank data from worksheet 2, and so on).
Then, if possible, I also want a column in the 'summary' worksheet to display the data from column A of the previous worksheets that correspond to the non-blank cells from Column D.
I would like to have it configured so that I can change the data in the worksheets and it will still be consolidated correctly in the summary worksheet.
I may not have explained it well, but for example:
[TABLE="width: 575"]
<colgroup><col><col span="3"><col span="4"></colgroup><tbody>[TR]
[TD="colspan: 2"]Worksheet 1[/TD]
[TD="colspan: 2"]Worksheet 2[/TD]
[TD][/TD]
[TD="colspan: 2"]Summary Worksheet[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]D[/TD]
[TD]A[/TD]
[TD]D[/TD]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]a[/TD]
[TD]2[/TD]
[TD]s[/TD]
[TD][/TD]
[TD][/TD]
[TD]2[/TD]
[TD]a[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]b[/TD]
[TD][/TD]
[TD]t[/TD]
[TD]5[/TD]
[TD][/TD]
[TD]4[/TD]
[TD]c[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]c[/TD]
[TD]4[/TD]
[TD]u[/TD]
[TD]5[/TD]
[TD][/TD]
[TD]8[/TD]
[TD]d[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]d[/TD]
[TD]8[/TD]
[TD]v[/TD]
[TD][/TD]
[TD][/TD]
[TD]5[/TD]
[TD]g[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]e[/TD]
[TD][/TD]
[TD]w[/TD]
[TD]3[/TD]
[TD][/TD]
[TD]5[/TD]
[TD]t[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]f[/TD]
[TD][/TD]
[TD]x[/TD]
[TD][/TD]
[TD][/TD]
[TD]5[/TD]
[TD]u[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]g[/TD]
[TD]5[/TD]
[TD]y[/TD]
[TD]1[/TD]
[TD][/TD]
[TD]3[/TD]
[TD]w[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]1[/TD]
[TD]y
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Any help or advice would be much appreciated.