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.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!