=COUNTIF(CHILDREN(), 1) + " of " + COUNT(CHILDREN()) Formula help!
Currently using =COUNTIF(CHILDREN(), 1) + " of " + COUNT(CHILDREN()) with check-boxes as a quick look to tell how many deliverables have currently been accounted for. I need to add additional lines under the parent row, but don't want them to count toward the total shown at the top. Is there a way to do this?
Answers
-
Hi @AmandaC
Will there be any defining detail on these additional rules that will allow you to exclude them from the total count?
For example, if these additional rows all say "Test" in a certain cell, you could use a COUNTIF instead of a COUNT as the second half of your formula:
=COUNTIF(CHILDREN(), 1) + " of " + COUNTIF(CHILDREN([Specific Column]@row), <> "Test")
Let me know if that makes sense! I'd be happy to help further but it would be useful to know more about these addition rows and why you want to exclude them.
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!