I'm adding formulas to the sheet summary to count the rows per parent on a sheet. I have the below working:
=COUNT(CHILDREN(Region163))
=COUNT(CHILDREN(Region184))
However the number of rows under each parent may change and so I cant rely on row 163 or 184 being the parent rows. So I tried the below:
=COUNT(CHILDREN([Region], "Central"))
=COUNT(CHILDREN([Rows], "East"))
However these are not working…hoping someone can help with the above formula!
Thanks