Hello
I have project request sheet which is used to track all projects that the LE team are asked to do. The LE team consists of 3 team members.
As projects on the request sheet are approved, team members are allocated to the project. On the project sheet the project status is set to approved.
I would like to know how to calculate the number of tasks that are not in a Completed status across approved projects that each member has been allocated , using the project request sheet to identify the projects to check.
I have done this in the past using a COUNTIFS statement and selecting each project individually.
=COUNTIFS({Assigned To P1}; Primary7; {Status}; <>"Complete") + COUNTIFS({Assigned To P3}; Primary7; {State 3}; <>"Complete") + COUNTIFS({Assigned To P4}; Primary7; {State 4}; <>"Complete") + COUNTIFS({Assigned To P5}; Primary7; {State 5}; <>"Complete") + COUNTIFS({Assigned to P6}; Primary7; {State 6}; <>"Complete") + COUNTIFS({Assigned to P7}; Primary7; {State 7}; <>"Complete") + COUNTIFS({Assigned to P8}; Primary7; {State 8}; <>"Complete") + COUNTIFS({Assigned to P9}; Primary7; {State 9}; <>"Complete") + COUNTIFS({Assigned to 10}; Primary7; {State 10}; <>"Complete") + COUNTIFS({Assigned to P12}; Primary7; {State 12}; <>"Complete") + COUNTIFS({Assigned to P13}; Primary7; {State 13}; <>"Complete")
However each time the person is added to a new project, that project needs to be added to this COUNTIFS statement. I'm looking for something more dynamic, that will retrieve the list of Approved projects from the Project Request sheet and then go through each of those projects to get the count