I'm trying to get a formula to count the number of Check Boxes that are checked in all the Children rows under a Parent row.
When using ="Count:" + COUNTIF(CHILDREN(), 1), which is one of the formula examples I'll get this Count: 2
All I'm looking for is the number so I tried =COUNTIF(CHILDREN(), 1) but it doesn't work. All I get back is #1 or 0 EXPECTED.
Any help would be appreciated. Thanks.