PRMiller2
Technical User
- Jul 30, 2010
- 123
I have an Excel 2007 workbook that I use for staff capacity planning. I budget for 8 different groups within a cost center, and have built 8 different spreadsheets. Each of the 8 groups has a supervisor or manager who is responsible for that group, and they are tasked with populating supply and demand.
I have a seperate sheet in this workbook that lists the names and titles of all staff, as well as the group to which they belong. What I would like to do is display a table on each worksheet that lists the staff corresponding to that group.
For example, if there are 3 out of 10 individuals on the Staff worksheet that have a group name that matches "Group A," then I would like to display a list containing those three names on the Group A tab.
Thinking with my Access background, I visual a table that is populated with "SELECT Staff, Title from Staff WHERE Team Like 'Group A'". How can I replicate something like that in Excel without manually editing/updating each individual worksheet?
I have a seperate sheet in this workbook that lists the names and titles of all staff, as well as the group to which they belong. What I would like to do is display a table on each worksheet that lists the staff corresponding to that group.
For example, if there are 3 out of 10 individuals on the Staff worksheet that have a group name that matches "Group A," then I would like to display a list containing those three names on the Group A tab.
Thinking with my Access background, I visual a table that is populated with "SELECT Staff, Title from Staff WHERE Team Like 'Group A'". How can I replicate something like that in Excel without manually editing/updating each individual worksheet?