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
- Customer Resources
- 66.1K Get Help
- 430 Global Discussions
- 149 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!