Sign in to join the conversation:
I have searched all the forums for the formula for the checkbox sum & none of them have worked for me. I need to total the sum of the checkboxes that are checked within a column.
I just needed to do this today.
enter '=COUNTIF', then select the entire column, and put '1' for checked.
=COUNTIF({On Track}, 1)
I don't know why, but its not working for me. I've tried this several times. I either get "unparseable" or Boolean Exp message.
It worked if it is not in the same column as the checkboxes! Is there a way to make it part of the same column so the totals are below the boxes?
If you make all of the lower rows Child rows (indent them) below the summary row, you could use...
=COUNTIFS(CHILDREN(), 1) + ""
@Paul Newcome this formula helped me tremendously! Now I am facing another challenging. I am now trying to SUM the COUNTIFS totals using a CHILDREN formula to show the overarching total. I have attached an image. When I just try a general =SUM(CHILDREN( formula, nothing populates in the cell and I still see the checkbox. When I tried totaling manually at one point, instead of a SUM I somehow merged the numbers into a string (i.e. instead of 5 + 4 + 1 creating 10, I got 541).
Any suggestions on how I can total up the 23 + 17 + 1 + 0 + 0 + 0 appropriately in the North America row?
@Jen V I am at a similar situation. Did you find a way to sum in the checkbox column?
Thanks in advance.
I need some users to have Editor access to be able to enter data into the sheet, but aside from training and a clear job aid, I want them to not delete rows or sort rows. I have a column that generates a unique code for a course in a term. The first course entered for that term has a code that ends with 01 (e.g., NC60001),…
Hi, Is there a way to generate a summary of all of the automated notifications that are sent from a sheet? Some users are receiving the automated reminders and others are not as we are testing. I'd like to find a way to verify that they are being sent as intended. Essentially, ensuring that the training due and overdue…
All smartsheets from a workspace is giving the message "Please log out and log back into the app before continuing" when trying to access. Team logged out, cleared cache, used incognito browser and they are still getting this message. An entire team is impacted since yesterday. A case was opened on support however no one…