EliseFreedman
Programmer
Hi There
I am in the middle of constructing a team tracker which will be used to track progress on all our projects for example what is overdue, on track, not started. I have got a page per project listing any actions, the actionee and the status. Some of the actions may be listed against more than 1 actionee. I have then got a summary page which consists of 3 tables - overdue, on track and not started. the Team members names are listed on the left hand side and the projects are listed across the top. I have then used Sumproduct and IsNumber to calculate the number of actions against each person for that category regardless of whether or not they are the only actonee
e.g Overdue
Project 1 Project 2 Project 3
Team Member 1 2 1 0
Team Member 2 3 0 4
Team Member 3 4 2 7
I would now like to be able to add functionality whereby when you click on cell containing the number of actions for the chosen project and team member, it expands to show the detail of the actions in the rows below, a bit like when you click on a pivot table. I didnt go the pivot table route because i wanted to be able to split out actions that were against more than 1 person. Is this possible and if so how would you do it. I have come across similar for expanding columns to show detail but that wouldnt work for my scenario.
I am in the middle of constructing a team tracker which will be used to track progress on all our projects for example what is overdue, on track, not started. I have got a page per project listing any actions, the actionee and the status. Some of the actions may be listed against more than 1 actionee. I have then got a summary page which consists of 3 tables - overdue, on track and not started. the Team members names are listed on the left hand side and the projects are listed across the top. I have then used Sumproduct and IsNumber to calculate the number of actions against each person for that category regardless of whether or not they are the only actonee
e.g Overdue
Project 1 Project 2 Project 3
Team Member 1 2 1 0
Team Member 2 3 0 4
Team Member 3 4 2 7
I would now like to be able to add functionality whereby when you click on cell containing the number of actions for the chosen project and team member, it expands to show the detail of the actions in the rows below, a bit like when you click on a pivot table. I didnt go the pivot table route because i wanted to be able to split out actions that were against more than 1 person. Is this possible and if so how would you do it. I have come across similar for expanding columns to show detail but that wouldnt work for my scenario.