% 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
- Smartsheet Customer Resources
- 63.1K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 450 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 289 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!