Here's my use case:
I have an Actives Projects smartsheet that captures all data associated with our projects in flight, including Project State and Requesting Team. I created a separate smartsheet so that I capture specific data that I can then use on an exec summary dashboard.
In the first column, I have a list of Requesting Teams (e.g., HR Ops, Talent Dev, etc.). The second column will be a Count column that reflects # of projects that are In Progress (pulled from Active Project smarsheet's Project State column) for each Requesting Team. I have been able to do that with this formula, e.g.:
=COUNTIFS({Project Log-ACTIVE PROJECTS Range 1}, "HR Ops")
Here's the challenge...I want to EXCLUDE the "On Hold" statuses from the Project State column so that the count accurately reflects in progress projects.
Hope that makes sense. I've searched several community posts, but nothing I came across worked for my use case.
Thank you!
Beverly