% Selected Option in a column
I am trying to create a formula to display % of selected option from a dropdown in a column. The options are:
- I do not know
- Yes, I heard about it
- Yes, I read it
The column will be populated continuously, therefore 100 or more rows will be eventually populated.
From the column, how do I create a formula to represent % each of the option selected? I should therefore be able to ascertain, for example,
75% of persons selected "Yes, I heard about it". See attached how the column will be represented.
Best Answer
-
You are going to need something like this...
=COUNTIFS([Dropdown Column Name]:[Dropdown Column Name], @cell = "Yes, I heard about it") / COUNT([Dropdown Column Name]:[Dropdown Column Name])
Answers
-
You are going to need something like this...
=COUNTIFS([Dropdown Column Name]:[Dropdown Column Name], @cell = "Yes, I heard about it") / COUNT([Dropdown Column Name]:[Dropdown Column Name])
-
Works perfect! Thank you very much
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!