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!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 503 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!