COUNTIFS Percent Range Question
Is there a formula I can use to reference separate sheets and get a range of items within a set percentage? Such as all items between 0 and 25%, 26% and 50%, 51% and 75% and 76%-100%? I have tried the below formula but it does not report correctly. What am I missing?:
COUNTIFS({Completed Strategy Updates (Strategy Prima Range 2}, "1", {Completed Strategy Updates (Strategy Prima Range 1}, "0.51-.75")
Thanks in advance!
Answers
-
Try something like this...
COUNTIFS({Completed Strategy Updates (Strategy Prima Range 2}, "1", {Completed Strategy Updates (Strategy Prima Range 1}, AND(@cell > 0.50, @cell < 0.76))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 69 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!