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
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!