Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Count checkmarks

I am looking to count the "checked" boxes of subtasks and then also have a total of all of them. What formula approach should I use. I have tried this "=COUNTIF([Bid Recieved]29:[Bid Recieved]35, 1)" which I believe is right out of the refernce page but does not work so I tried thisΒ "=COUNTIF([Bid Recieved]29:[Bid Recieved]35, ISBOOLEAN())" which does not work.
Β
Thanks
Β
Bill
Β
Comments
-
Bill,Β
I don't know how it looks like in your sheet, but the first one works for me. I put it in a new column (since it cannot be in aΒ checkbox typeΒ column). What is the error message?
However, if I understand you well, these checkboxes are in subtasks. In this case I suggest to use this formula:Β =COUNTIF(CHILDREN([Bid Recieved]28), 1).
Atus
-
Bill,Β
Β
To expand on Atus' answer, the checkbox column only allows a 0 or 1 value (which it displays as unchecked/checked)
You need to move your formula to a different (Text/Number) column.
Β
Craig
Β
Β
Β