Countifs only if its a parent row
Hi guys, running into a dilemma where im trying create a countifs for a dashboard for statuses, but I only want the main status from the parent columns and not the tasks. Screenshot shows the status field has multiple in the status "Draft".
I'm not super familiar with the children/parent fomula and could use a little help!
Skip WBS that is checkmarked will serve as the indicator that the line is the parent.
Thank you all
Best Answer
-
You would use a COUNTIFS to include multiple range/criteria sets.
=COUNTIFS({Status Column}, @cell = "Status", {Checkbox Column}, @cell = 1)
Answers
-
You would use a COUNTIFS to include multiple range/criteria sets.
=COUNTIFS({Status Column}, @cell = "Status", {Checkbox Column}, @cell = 1)
-
Thanks paul this worked great for me!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!