CountIF using 1 of 10 count up
Cuatro
✭✭
=COUNTIFS(Status:Status, "Complete") + " of " + COUNTIFS(Status:Status, NOT(ISTEXT("Complete")))
The above formula is the parent on the Status Column. I want it to be similar to the Done column. As you can see the numbers don't match up. I have figured out the child COUNTIF but I am struggling to add up the numbers correctly on the Status Column Parent cell (Blue). They should show 2 of 47 but it's not.
Can you help?
=COUNTIF(CHILDREN(), "Complete") + " of " + COUNT(CHILDREN())
Answers
-
Try...
=COUNTIF(DESCENDANTS(), "Complete") + " of " + COUNT(DESCENDANTS())
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!