I am building a metric sheet that will pull "Completed" status from multiple project sheets. I am trying to write a formula that will exclude Parents from the count. Below are the status field values.
In-progress
Complete
Not started
On-hold
Formula below is counting the status for complete but I want to modify it so that it does not count the parents which also may say complete.
=COUNTIFS({B1035 Shared PC Deployment}, "Complete")
How can I change the above formula to exclude the parents. We have over 3 dozen projects each with their own project sheet that my metric sheet is currently pulling data from for dashboard purposes. Right now the parents are still being included in the counts.
Any help would be greatly appreciated.