I have data for multiple projects and each project has multiple resources assigned to it. Most projects have multiple resources with the same role working on it, however, there are multiple roles assigned and each will use a different quantity of hours to complete the work.
For this example I've only used 1 role. I have set up a pivot table and am able to get the list of names filtered by their role, and the hours worked. However, there are 100+ projects and I need the Project number for each project that has 3 or more resource of a specific role engaged.
For Example:
Project 1
PSE 1 - 8 hours
PSE 2 - 24 hours
Project 2
PSE 1 - 8 hours
PSE 2 - 24 hours
PSE 3 - 16 hours
PSE 4 - 8 hours
Project 3
PSE 1 - 8 hours
PSE 2 - 24 hours
PSE 3 - 16 hours
Note: PSE 1 may be a different person for each project, same for PSE 2, 3, etc. however, I have the specific Role defined in a column. It is the Role that I'm focused on, not the individual.
The output I'm looking for, based on the above example would be:
Project 2 has 4 PSE's
Project 3 has 3 PSE's
Project 1 would not be reported because it only has 2 PSE's.
Thanks!
Bookmarks