I am trying to count the number of times a person is assigned as a project lead, and only if the project is currently in progress. I'm still pretty new to functions and am having a hard time figuring out what i missed here. I only want to count if it meets both criteria.
I haven't done much with helper columns yet, so not sure if this is a situation where i need that. Any help would be appreciated!
=COUNTIF({Project Lead}, "Lynn Meadow", AND({Project Status}, CONTAINS("In Progress", @cell)))