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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!