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
- Customer Resources
- 65K Get Help
- 443 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 129 Brandfolder
- 150 Just for fun
- 70 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!