Find the Count of All Multi-Choice Answers
Hello all,
I'm still a bit new to SmartSheet, so forgive me if I'm a bit ignorant here.
I have a column that has several multi-choice options (Option A, B, C). I would like to know how many times, across all rows, each option was selected. The setup would look like this
Row 1: Options A and B selected
Row 2: Options A and C selected
Row 3: Options A, B, and C selected
So, either in another sheet/report, I would have something that spat out something like:
Option A: 3
Option B: 2
Option C: 2
If this is possible, what is the formula/method to make this happen? Thanks for any help/guidance you can provide!
Best Answer
-
I found an acceptable way to do this, but I'm not confident it is the best way.
=COUNTIF({Range from sheet}, CONTAINS("Option A", @cell))
This allowed me to create another sheet that has two columns. Column 1 = Option Name. Column 2 = Option Count.
So, here's what the final looks like.
Option A | 3
Answers
-
I found an acceptable way to do this, but I'm not confident it is the best way.
=COUNTIF({Range from sheet}, CONTAINS("Option A", @cell))
This allowed me to create another sheet that has two columns. Column 1 = Option Name. Column 2 = Option Count.
So, here's what the final looks like.
Option A | 3
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!