COUNT Checkbox Column
Hi,
Any Formula to count how many rows are checked off in a checkbox column?
Thank you!
Best Answer
-
Hey
I assumed you were not counting checkboxes in a different sheet than where your formula resides
=COUNTIFS([your checkbox column name]:[your checkbox column name], 1)
This says countif when your checkbox column = 1 (which means it is checked). You must overwrite my column name placeholder formula with the name of your actual checkbox column. You only need the square brackets if the column name contain numbers, spaces or special characters. If the name is a single word it's just
=COUNTIFS(Name:Name, 1)
cheers
Answers
-
Hey
I assumed you were not counting checkboxes in a different sheet than where your formula resides
=COUNTIFS([your checkbox column name]:[your checkbox column name], 1)
This says countif when your checkbox column = 1 (which means it is checked). You must overwrite my column name placeholder formula with the name of your actual checkbox column. You only need the square brackets if the column name contain numbers, spaces or special characters. If the name is a single word it's just
=COUNTIFS(Name:Name, 1)
cheers
-
Hi @Kelly Moore
Building on this, is there a way to count checkboxes in another sheet?
We have 5 Activity Types logged across the teams, and a checkbox if it's specific to one team.
Ideally, I would like to sum by type if checked/ not checked.
TIA
Andrew
-
Hey @Andrew McCreath
Yes, we can collect information from other sheets using Cross Sheet formulas. Alternatively, if you are bringing the information into a metrics sheet on a dashboard, you can also collect the value into a report and group it/summarize it and present data on dashboards that way.
Here is info about the cross sheet formulas and report Grouping and Summaries
If you are only using the information for dashboards and metrics, personally I would use a report. If the data is going to be further manipulated, then I would consider bringing the value into a sheet to further manipulate. Let me know and I'll be happy to assist if needed. If you decide on cross sheet formulas, if you can provide screenshots of the destination sheet (where you want the data to end up) and the source sheet (where we're pulling data from), I'll help you build the cross reference formula.
cheers
-
Hey @Andrew McCreath
Were you able to get your problem resolved? Shout out if you need any assistance
-
I'm trying this and I keep getting the dreaded unparseable: =COUNTIF([Too Many OPs]:[Too Many OPs]), 1)
Any thoughts on what I'm doing incorrectly?
-
remove the : )
=COUNTIF([Too Many OPs]:[Too Many OPs], 1)
-
@Lior Molvin let me know if that helped.
Thank you! 😃
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 464 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 61 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!