Hello,
I have a list of employees who were assigned tasks for different projects. The list includes details such as task status, task start date, task end date, and what project the task is associated with. Please see the below table for a snapshot.
I now need to count the number of people who worked on a task in a given year, counted by date range, project, and status. The employee may have started the task in one year and not completed it until a later year. For example, if they started the task in 2018 and completed it in 2020, they would be counted in each year for 2018 (start), 2019, and 2020 (completed) - so three times. I’m not sure if I need a countifs, sumproduct, or a combination of both. Please see the below table. I did do a manual count to fill in a few of the easier cells to give an idea of what I need – hope it helps!
Many thanks.
I have a list of employees who were assigned tasks for different projects. The list includes details such as task status, task start date, task end date, and what project the task is associated with. Please see the below table for a snapshot.
I now need to count the number of people who worked on a task in a given year, counted by date range, project, and status. The employee may have started the task in one year and not completed it until a later year. For example, if they started the task in 2018 and completed it in 2020, they would be counted in each year for 2018 (start), 2019, and 2020 (completed) - so three times. I’m not sure if I need a countifs, sumproduct, or a combination of both. Please see the below table. I did do a manual count to fill in a few of the easier cells to give an idea of what I need – hope it helps!
Many thanks.