Count of dropdown options (like you can with a pivot table?)
![Amy Buckle](https://us.v-cdn.net/6031209/uploads/defaultavatar/nWRMFRX6I99I6.jpg)
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
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!