Easy way to count unchecked boxes in a column
Hi there,
I'm trying to create a reference that counts the number of unchecked boxes in a column from one of my form-filled Smartsheets. I'm trying to use the formula "=COUNTIF([column2]:[column2],=false)", where "[column2]" is my checkbox column.
The problem I'm having is that using this formula counts all pre-generated empty rows in addition to the rows entered by the form. As a result, the formula returns a much higher value than intended.
Is there a way, without touching the form-filled Smartsheet, that I can make this calculation on a seperate sheet. There are no *required fields in the form, so using a column to count the total entries and subtracting 'true' values also would not work.
Answers
-
You could use a Created column to track when a form entry is made whether fields are filled out or blank and then use a COUNTIFS to count how many times the box is false but the Created is not blank.
Another option would be to simply subtract 10 from your count. SS auto-generates 10 additional rows below the last used row. Just delete all rows that are not used, refresh the sheet to go ahead and get the auto-generated rows on there, then use
=COUNTIF(.................................) - 10
-
Looking at this discussion I am running to something similar. Where I am trying to get a count of all unchecked boxes using the following countif formula. The information will be on a metric page which will be part of a dashboard.
=countif([Paid:Paid],=False), and I've tried =countif([Paid:Paid],=0) and I keep getting the error message #UNPARSEABLE? What am I doing wrong?
-
Hi Suki,
Try this.
=COUNTIF(Paid:Paid, 0) and place it in another column then the Paid one.
Did it work?
Have a fantastic day!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Tried this, but not working. See attachments.
-
When referencing a column in the same sheet that has Numbers, spaces, or special characters, you'd surround the column name with square brackets [].
Curly Brackets, as in your formula, is used when referencing something on another sheet (cross-sheet).
Try this.
=COUNTIF([IN WN]:[IN WN], 0)
Did it work?
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
yes it did. you are a lifesaver ?
-
Excellent!
Happy to help!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
@Andrée Starå can you help with the above when I want it to count unchecked check boxes only for completed rows. The use of =COUNTIF(Paid:Paid, 0) format counts all unchecked boxes even if the row is blank.
Thanks
Phil
-
How do I incorporate the Blank formula to for the Created? I can't seem to add that formula to my COUNTIF formula.
-
@Cody Jorgensen The range criteria set in a COUNTIFS would be
......................, [Column Name]:[Column name], @cell <> "", ...................
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!