Countif and HAS for multiselect for Quiz answers
I am using Countif and HAS to count a cell if a person has selected the correct quiz answers in a multiselect field.
=COUNTIF([Q2]@row, HAS("a", "b", "c", "e"))
This is returning 0 and I am not sure why?
Best Answers
-
Are you trying to count how many times the cell has those letters in it, or are you trying to count a single cell if it contains at least one of them? At best you will only receive 1 or 0 if you are counting a single cell.
-
In that case you would have to incorporate an OR statement.
=COUNTIFS([Q2]@row, OR(HAS(@cell, "A"), HAS(@cell, "B"), HAS(@cell, "C")))
Answers
-
Are you trying to count how many times the cell has those letters in it, or are you trying to count a single cell if it contains at least one of them? At best you will only receive 1 or 0 if you are counting a single cell.
-
I'm trying to count a single cell if it has all of them checked. I'm getting a 0 even when they are all checked. These letters are options in the multiselect field.
-
In that case you would have to incorporate an OR statement.
=COUNTIFS([Q2]@row, OR(HAS(@cell, "A"), HAS(@cell, "B"), HAS(@cell, "C")))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!