Hello,
I am having issues with creating the correct formula that calculates the average of the children rows while hiding the divide by zero errors for columns that do not have any data.
Could someone please help? I tried the following
=IFERROR(AVG(CHILDREN([Column]@row],"")))
Thanks so much!