I hope some can help me. I need to count how many level 1 task I have on a reference sheet.
I have no problem using the following formula in the sheet summary that the task are in and get the correct number of level 1children.
=COUNT(CHILDREN(Details1))
I have a summary sheet for my dashboards that need to look at another sheet as a reference. When I use the following formula that looks correct to me I get #UNPARSEABBL in the cell. The reference {Detail} that points to the other sheet works for other formulas in my summary sheet but not with the one below. I am thinking it has to do with where I have the 1?
=COUNT(CHILDREN({Details}1))
Any help would be great