Percentage Formula Troubleshooting
I am trying to set up a formula to keep track of our events, of which 50% need to be completed within disadvantaged communities. I set up a formula but its not reporting properly. Currently it should be 100% as we have completed two events and both were in disadvantaged communities. What am I doing wrong? Thank you for your help!
=COUNTIF([Disadvantaged Community]:[Disadvantaged Community], true) / COUNT(Completed:Completed, true)
Best Answer
-
Hi,
Try switching the denominator "COUNT" to "COUNTIF":
=COUNTIF([Disadvantaged Community]:[Disadvantaged Community], true) / COUNTIF(Completed:Completed, true)
Best!
Nathan Braun (Founder of SSFeatures) (nathan@ssfeatures.com)
SSFeatures - The browser extension that adds more features into SmartSheet.
- Report PDF generator that supports grouped and summarized reports
- Automatic sorting, sorting with filters, saving sort settings
- Hiding and unhiding columns, and spell checking
Answers
-
Hi,
Try switching the denominator "COUNT" to "COUNTIF":
=COUNTIF([Disadvantaged Community]:[Disadvantaged Community], true) / COUNTIF(Completed:Completed, true)
Best!
Nathan Braun (Founder of SSFeatures) (nathan@ssfeatures.com)
SSFeatures - The browser extension that adds more features into SmartSheet.
- Report PDF generator that supports grouped and summarized reports
- Automatic sorting, sorting with filters, saving sort settings
- Hiding and unhiding columns, and spell checking
-
This worked, thank you so much!!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!