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!
SSFeatures - The browser extension that adds more features into SmartSheet.
- Automatic sorting, sorting with filters, saving sort settings
- Spell checking
- Report PDF generator that supports grouped and summarized reports
Answers
-
Hi,
Try switching the denominator "COUNT" to "COUNTIF":
=COUNTIF([Disadvantaged Community]:[Disadvantaged Community], true) / COUNTIF(Completed:Completed, true)
Best!
SSFeatures - The browser extension that adds more features into SmartSheet.
- Automatic sorting, sorting with filters, saving sort settings
- Spell checking
- Report PDF generator that supports grouped and summarized reports
-
This worked, thank you so much!!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.8K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!