Count nr. of checkboxes based on another value
I have a sheet with actions. It has a status column (in progress and not started). Further in the sheet I have checkboxes per department. I'm trying to build a report, that shows the number of actions that have status in progress for the specific department.
I can do the count of the checkboxes. but need to have the condition build-in.
Best Answer
-
Hi @Wim Nagels ,
You'll want to use a COUNTIFS formula. It will look something like this:
=COUNTIFS({status range},[primary column]@row,{department 1 checkbox range},1)
You'll, of course, need to change the range names to match what your actual range names are, and you'll need to change the department range for each scenario. But the formula translates to:
Count the number of rows where the status matches the primary column in this row and this specific department is checked.
Hope this helps! Let me know if it works.
Answers
-
Hi @Wim Nagels ,
You'll want to use a COUNTIFS formula. It will look something like this:
=COUNTIFS({status range},[primary column]@row,{department 1 checkbox range},1)
You'll, of course, need to change the range names to match what your actual range names are, and you'll need to change the department range for each scenario. But the formula translates to:
Count the number of rows where the status matches the primary column in this row and this specific department is checked.
Hope this helps! Let me know if it works.
-
This idd did the trick. thanks for the fast help on this.. Excellent!!!
-
@Wim Nagels I'm glad it worked! Have a great week.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!