CountIF using 1 of 10 count up
=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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!