Trying to get an accurate count of checked boxes in a report
hi there, I am trying to get my report to only count boxes checked in each row. instead, it is counting the checked and unchecked boxes, which doesn't translate into my dashboard report. Is there a way to make sure it only counts check boxes for each summary?
Best Answer
-
You will need to use a separate sheet with formulas on it to calculate this. You won't be able to do this through a report.
=COUNTIFS({Source Sheet Checkbox Column}, @cell = 1)
Answers
-
Hello @kmagley
Something like this perhaps?
=COUNTIF([Check Box Column]:[Check Box Column], 1)https://www.linkedin.com/in/zchrispalmer/
-
does that formula go into both sheets that I have feeding the report? here is a screenshot of what it looks like right now
I only want the reappointments that are checked to be counted, not the terminate or transfers, as those are counted in another column.
-
hi,
yes this is possible. There are several ways to do it, it depends on what you want to do with it afterwards.
You can filter for the checked checkboxes, or summarize (and count) or group.
-
I have filters and summaries set up; the summary is set to count each. I would like for this to filter to a dashboard chart with an accurate count of reappointments, terminations, and transfers.
-
Hard to say without knowing how your sheet is structured. Did you try filtering for reappointment only ?
-
yes, but it still counts 26 for the other two columns.
-
You will need to use a separate sheet with formulas on it to calculate this. You won't be able to do this through a report.
=COUNTIFS({Source Sheet Checkbox Column}, @cell = 1)
-
THANK YOU!!! i made a sheet just for countifs and it worked on my chart.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!