help with countIFS
I am using the following formula to count the total number of 100%'s in my range. it can count not blanks but doesnt count the total number of 100%'s. Can someone help me. what possibly is wrong in this formula?
=COUNTIFS({Nexus Dependencies Range 5}, AND(NOT(ISBLANK(@cell)), @cell = 0.1), {Nexus Dependencies Range 1}, "FS", {Nexus Dependencies Range 3}, DATE(2019, 10, 31))
Comments
-
100% in smartsheet percentages is depicted as a 1.0. You have 0.1 which is in effect counting anything that equals 10%. Try changing the 0.1 to 1.0. That should do the trick!
=COUNTIFS({Nexus Dependencies Range 5}, AND(NOT(ISBLANK(@cell)), @cell = 1), {Nexus Dependencies Range 1}, "FS", {Nexus Dependencies Range 3}, DATE(2019, 10, 31))
-
ahh..that was it..thank you so much.
-
You're welcome. I'm glad I could help you figure it out!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 430 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!