Need help creating a yes or no smartsheet with result as a percent of amount of yes and no
Need help creating a yes or no smartsheet with result as a percent of amount of yes and no
Answers
-
Hi Arturo,
Would you be able to explain your situation a little more? Do you mean that you have a number of columns, each with either "Yes" or "No" and you want to return a percentage at the end of that row?
If so, you could use a COUNTIF formula divided by the number of columns/answers you have.
Try something like this:
=COUNTIF([First Column]@row:[Last Column]@row, "Yes") / 10
In my example above, I pretended there were 10 columns (which is why I divided the result by 10). The range is from the First Column to the Last Column in that specific row. Then, since this will return a decimal, make sure that the column the formula is placed in is set to be a Percentage from the toolbar menu at the top.
You can use the same formula but replace the "Yes" with "No" to find out the percentage of Nos. Does that make sense?
Here are some Help Center articles that you may find useful:
- COUNTIF formula
- Referencing Columns
- Formula Operators like / for Divide
- @row function
- Percentage Format
Cheers!
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!