Good day, team.
I have a formula that works as intended, which takes the latest row of children data and inputs that as the value. That formula is:
=(INDEX(CHILDREN(), COUNT(CHILDREN())))
and produces the following results:
However, if there is no data in the children cells it gives me an "Invalid Column Value" as shown below.
I thought I could turn this into an IFERROR statement simply by changing the formula to:
=IFERROR(INDEX(CHILDREN(),COUNT(CHILDREN()))),"0") and have it display a zero if there was no data, but I get an error still.
Any suggestions?
Thank you kindly in advance for your time.
-Brian