Count of dropdown options (like you can with a pivot table?)
I've created a quick Form to help my HR team collect votes from staff on 4 key areas. I've used the "Dropdown (multi select)" column type, and the Form asks staff to select the 2 options they rank as most important from these lists.
Is there an easy way to then see how many votes have been allocated to each option? Through a dashboard, or using formulas..?
For example:
Area 1, Option 1: 2 votes
Area 1, Option 2: 7 votes
Best Answer
-
It is actually pretty straight forward. You would use a basic COUNTIFS function for this.
You would first set up your pivot table (column headers in bold).
Option (Table)....................................Count
Option 1..................................................f
Option 2.................................................f
Your formula would then look something like this...
=COUNTIFS([Dropdown Column]:[Dropdown Column], CONTAINS([Option (Table)]@row, @cell))
Answers
-
It is actually pretty straight forward. You would use a basic COUNTIFS function for this.
You would first set up your pivot table (column headers in bold).
Option (Table)....................................Count
Option 1..................................................f
Option 2.................................................f
Your formula would then look something like this...
=COUNTIFS([Dropdown Column]:[Dropdown Column], CONTAINS([Option (Table)]@row, @cell))
-
Thanks Paul - I was overthinking it, of course! This is perfect.
-
Happy to help! 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.2K Get Help
- 360 Global Discussions
- 198 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!