Count if text contains certain words in one column and another column is not blank
Hello!
I am stumped on a formula. I am trying to count the number of times the task "Full DD" is listed in the task column the cell in the "Number Completed" column is not blank.
I have this formula: =COUNTIFS((Task:Task), "Full DD")(AND([Number Completed]:[Number Completed], NOT(ISBLANK(@cell)))) but it keeps coming back #UNPARSEABLE. What am I doing wrong?
Thank you!!
Best Answer
-
Lets try correcting some syntax issues first and see if it works...
=COUNTIFS(Task:Task, @cell = "Full DD", [Number Completed]:[Number Completed], @cell <> "")
Answers
-
Lets try correcting some syntax issues first and see if it works...
=COUNTIFS(Task:Task, @cell = "Full DD", [Number Completed]:[Number Completed], @cell <> "")
-
That worked! Yay!!!
Thank you so much for your help!
-
Happy to help! 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 140 Just for fun
- 57 Community Job Board
- 461 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!