In my metric sheet, I am receiving the #INCORRECT ARGUMENT SET error on code I made trying to only count the child rows in my reference sheet.
=COUNTIFS({Is it implemented?}, 1, {evidence attached 1}, "Yes", {Parent?})
I wasnt sure what part of my reference sheet I was supposed to click on to add the "Parent?" part, so I just used the same column for my "Is it implemented?" part of the code.
I have a helper column in my metrics sheet that says
=IF(COUNT(CHILDREN()) > 0, 1, 0)
Was I supposed to link that to my reference sheet somehow?
I'll attach 3 photos below. Thank you for your help!