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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!