B
bcasper
How do you count a check box when it is checked??? I've
tried used the command "=Count([Checkbox1])" and
"=Count([Checkbox1]=-1)" and =Count([Checkbox1]=True)" but
none of that seems to track when a check box is checked.
The only formula that seems to keep track is
"=Sum([Checkbox1])" but that will display negative
numbers. Shouldn't the count function work or is there a
better way to do this???
tried used the command "=Count([Checkbox1])" and
"=Count([Checkbox1]=-1)" and =Count([Checkbox1]=True)" but
none of that seems to track when a check box is checked.
The only formula that seems to keep track is
"=Sum([Checkbox1])" but that will display negative
numbers. Shouldn't the count function work or is there a
better way to do this???