I have a contact column called "Team".
A task will have multiple unique names in the "Team" cell that is working that task.
I want to count how many task people are working on at the parent level for the task.
I have a helper filed that list the level for a task called "Level"
I found this formula on another post but I am getting the wrong count back
=COUNTIFS({Level - SOP}, 1, {Team - SOP}, FIND(Name@row) > 0)
I have the names and the formula on a "Count Sheet" that is refencing my "Project Sheet"
In the example below Manie is working on 28 task that are a "Level" 1 and Kellie is working on 1 but the formula is brining back a count of 68 for everyone
Any help would be greatly apricated