Here is my formula:
=IF(COUNT(CHILDREN([Date of Review]@row )) > 0, COUNT(CHILDREN([Date of Review]@row )) + COUNT(PARENT([Date of Review]@row ), 1))
I want to count parent and children rows. Why is it not counting the parent rows with no children yet?
Can you help me improve my formula where in it also count parent rows with no children yet?
Thank you!