Count a Checkbox and a value
Hi there
I have a sheet that inidcates the level of a student and whether they have secured an internship. The first value is their academic level and the second value is a simple checkbox.
I am trying to count them but not getting very far - I can count the number of checkboxs and I can count the number based on level but I need the two together:
=COUNTIFS({2021/2022 Student Engagement Master Range 2}, 1 - this is the checkbox
=COUNTIFS({2021/2022 Student Engagement Master Range 4}, "4" - this is the one that count the level of the student.
So how can I meld them together so it tells me a value based on what level they are and whether they have an internship?
Thanks
Blayne
Best Answer
-
Hi,
If you are looking for a count of rows that have both a check box checked AND a '4' in a col. you would do this:
=COUNTIFS({Range of the checkbox}, = 1, {Range of the level}, =4)
If 4 is actually text, you will need "" around it.
Please let me know if that doesn't work for you.
Thank you,
Kevin
Happy to help if I can.
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer)
Answers
-
Hi,
If you are looking for a count of rows that have both a check box checked AND a '4' in a col. you would do this:
=COUNTIFS({Range of the checkbox}, = 1, {Range of the level}, =4)
If 4 is actually text, you will need "" around it.
Please let me know if that doesn't work for you.
Thank you,
Kevin
Happy to help if I can.
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer)
-
Perfect!
Thanks so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!