I need help with my COUNTIFS formula
I am trying to get a count of rows on a sheet that are not Completed AND are not a Sub-Task. My formula works on a syntax level, but it is not coming back with the right answer. Can someone help me figure out what I'm doing wrong?
=COUNTIFS({PMO Support Tasks Range 5}, "<>*Completed*", {PMO Support Tasks Range 1}, "<>*Sub-Task")
@Paul Newcome tagging you because you are a whiz with formulas!
Answers
-
Hi Kelly,
Try this instead:
=COUNTIFS({PMO Support Tasks Range 5}, <>"Completed", {PMO Support Tasks Range 1},<>"Sub-Task")
Have a good day,
Mathieu | Workflow Consultant
info@evolytion.com
-
Haha. Thanks for the vote of confidence. Mathieu's solution above should work for you. It looks like your criteria are set more for Excel than in Smartsheet.
In Smartsheet, if you put quotes around something then it will look for that exact string including the symbols to be in the cells. Smartsheet also does not recognize * as a wildcard, so that is also something you are going to want to keep in mind. There are solutions to account for that though such as incorporating a FIND, CONTAINS, or HAS function.
-
You both rock! Thank you! It worked :)
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!