Hi all,
I'm attempting to use a formula to count selected checkboxes in a table. The table variable is MyTable and the checkbox variable is MyCheckbox. I've looked at various examples on this forum but it's not working for me.
=COUNTIF(MyTable.MyCheckbox,"<>")
I'm getting an error "Calculation contains invalid variable". What am I missing here?