Hello,
I am creating an excel sheet to allow supervisors to easily delegate work out to mechanics. The Work order software they use allows them to export into excel. I have created an excel sheet that has them past what is exported into the first page of the document and the rest of the document auto populates.
I have a sheet for each department and the cells are copied and formatted into the appropriate tabs automatically. The trouble I am having is that I did this by filtering out all but what I wanted that page to see. Now I am wanted to consolidate everything back into one page to show how many hours of work each mechanic has scheduled so that it can be easily seen who can handle more work.
A simplified example is below. line number is the row number in excel. Just showing that some lines are hidden due to a filter,
[TABLE="width: 500"]
<tbody>[TR]
[TD]line[/TD]
[TD]WO Number[/TD]
[TD]Hours Needed[/TD]
[TD]Mechanic[/TD]
[/TR]
[TR]
[TD]20[/TD]
[TD]1[/TD]
[TD]6[/TD]
[TD]Bob[/TD]
[/TR]
[TR]
[TD]22[/TD]
[TD]2[/TD]
[TD]8[/TD]
[TD]Fred[/TD]
[/TR]
[TR]
[TD]26[/TD]
[TD]3[/TD]
[TD]2[/TD]
[TD]George[/TD]
[/TR]
[TR]
[TD]30[/TD]
[TD]4[/TD]
[TD]1[/TD]
[TD]bob[/TD]
[/TR]
[TR]
[TD]38[/TD]
[TD]5[/TD]
[TD]2[/TD]
[TD]bob[/TD]
[/TR]
[TR]
[TD]52[/TD]
[TD]6[/TD]
[TD]3[/TD]
[TD]Fred[/TD]
[/TR]
[TR]
[TD]78[/TD]
[TD]7[/TD]
[TD]5[/TD]
[TD]George[/TD]
[/TR]
</tbody>[/TABLE]
I love the idea of a pivot table, but the hidden cells make this not work. If there is a formula to copy all of the visible cells? I can make another table off to the side that will allow me to link all cells from every page into it and there will be extra blank space. I could then sort it so the blank spots are at the bottom and do a pivot table on that. The issue with this is I need it to autosort whenever data is added. I am not sure how to go about doing this.
Thank you for any insight you may be able to provide,
Colby Henson
I am creating an excel sheet to allow supervisors to easily delegate work out to mechanics. The Work order software they use allows them to export into excel. I have created an excel sheet that has them past what is exported into the first page of the document and the rest of the document auto populates.
I have a sheet for each department and the cells are copied and formatted into the appropriate tabs automatically. The trouble I am having is that I did this by filtering out all but what I wanted that page to see. Now I am wanted to consolidate everything back into one page to show how many hours of work each mechanic has scheduled so that it can be easily seen who can handle more work.
A simplified example is below. line number is the row number in excel. Just showing that some lines are hidden due to a filter,
[TABLE="width: 500"]
<tbody>[TR]
[TD]line[/TD]
[TD]WO Number[/TD]
[TD]Hours Needed[/TD]
[TD]Mechanic[/TD]
[/TR]
[TR]
[TD]20[/TD]
[TD]1[/TD]
[TD]6[/TD]
[TD]Bob[/TD]
[/TR]
[TR]
[TD]22[/TD]
[TD]2[/TD]
[TD]8[/TD]
[TD]Fred[/TD]
[/TR]
[TR]
[TD]26[/TD]
[TD]3[/TD]
[TD]2[/TD]
[TD]George[/TD]
[/TR]
[TR]
[TD]30[/TD]
[TD]4[/TD]
[TD]1[/TD]
[TD]bob[/TD]
[/TR]
[TR]
[TD]38[/TD]
[TD]5[/TD]
[TD]2[/TD]
[TD]bob[/TD]
[/TR]
[TR]
[TD]52[/TD]
[TD]6[/TD]
[TD]3[/TD]
[TD]Fred[/TD]
[/TR]
[TR]
[TD]78[/TD]
[TD]7[/TD]
[TD]5[/TD]
[TD]George[/TD]
[/TR]
</tbody>[/TABLE]
I love the idea of a pivot table, but the hidden cells make this not work. If there is a formula to copy all of the visible cells? I can make another table off to the side that will allow me to link all cells from every page into it and there will be extra blank space. I could then sort it so the blank spots are at the bottom and do a pivot table on that. The issue with this is I need it to autosort whenever data is added. I am not sure how to go about doing this.
Thank you for any insight you may be able to provide,
Colby Henson