I'm having difficulty with this one.
I have a parent row of "Rental Lead"
I would like to count the number of child cells in column "Training Course" under the parent "Rental Lead"
Fixed my issue.
It's a Date formatted column so I had to use.
="(" + COUNT(CHILDREN()) + ")"