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
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 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!