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 makes Smartsheet way easier to use and it saves you hours of work every week. It adds essential features into Smartsheet to save you time. For example: — Auto Sorting — Sorting with Filters — Report PDF Generation — Copy and Paste Conditional Formats — Copy and Paste Automation Workflows — Column Manager — and so many more.
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 makes Smartsheet way easier to use and it saves you hours of work every week. It adds essential features into Smartsheet to save you time. For example: — Auto Sorting — Sorting with Filters — Report PDF Generation — Copy and Paste Conditional Formats — Copy and Paste Automation Workflows — Column Manager — and so many more.
-
This worked, thank you so much!!!
Help Article Resources
Categories
Check out the Formula Handbook template!