COUNTIF with simple criteria, but not working
I am attempting to chage a COUNT fx to a COUNTIF with 1 criteria, but I can't seem to get it right.
Using a parent row, I am wanting it to count descendants if the current proficiency is not mastered, so that the number will update when proficiency is changed
.
This is the equation I used:
=COUNTIF([DESCENDANTS]:[Current Proficiency],<>"Mastered") + "skills"
It is providing an unparseable error.
Answers
-
Hello @LFults,
You can use this in each parent cell (note, this assumes there is only 1 level of hierarchy which is what I see in your Screenshot)
=COUNTIF(CHILDREN([Current Proficiency]@row), <> "Mastered")
It ends up looking something like this (I abbreviated the Sheet for efficiency)
Access a published here or below and see it in action along with a couple other options for formulas that also display text.
School of Sheets (Smartsheet Partner)
If my answer helped please accept and react w/💡Insightful, ⬆️ Vote Up, ❤️Awesome!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!