Hi,
I'm trying to get a Percentage of Child Rows with Check Mark. Can anyone help out?
=COUNTIF(CHILDREN(), 1) + ""
returns the count of checked boxes.
=(COUNT(CHILDREN(), 0) + ""
returns the count of total rows, check or unchecked.
So I divided the two, but I get #INVALID OPERATION error.
Any thoughts?
