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) (LinkedIn)
SSFeatures - The browser extension that adds essential features into Smartsheet.
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) (LinkedIn)
SSFeatures - The browser extension that adds essential features into Smartsheet.
-
This worked, thank you so much!!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 207 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!