Furmula Not Working Properly
In the following Formula if I use ="Completed" I get the correct Count back. If I change it to <> "Completed" I get 0 returned where it should be 37.
=COUNTIFS(Status:Status, <>"Completed", [Due Date]:[Due Date], >DATE(2018, 11, 25), [Due Date]:[Due Date], <DATE(2018, 12, 3))
Any ideas?
Thanks,
Bill
Comments
-
I was wrong, = is returning a value but not the correct one.
-
Are you looking for a "Not Equal To" Function?
If so, try the NOT() modifier. It'll look like this:
=COUNTIFS(Status:Status, NOT(@cell="Completed"), [Due Date]:[Due Date], >DATE(2018, 11, 25), [Due Date]:[Due Date], <DATE(2018, 12, 3))
The =@cell is there as a concrete reference to the cell being evaluated.. you may not need it.
Hope it helps!
-
Thanks, I was mistaken the = is working. I will try the NOT(@cell="Completed"),
-
Thanks, that did it!
-
Great to hear!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!