Count Number of Cells that Contain Certain Text?
Comments
-
Hey @Irene Dee
Sure! You can use <> to indicate "does not equal" and then use CONTAINS to search for CMC:
=COUNTIFS(Document:Document, 1, Discipline:Discipline, <> CONTAINS("CMC", @cell), Status:Status, "Not Started")
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
-
For some reason I'm getting an #INVALID OPERATION message now. Any ideas the cause?
Thanks!
-
Hi @Irene Dee
My apologies! We need to use NOT() around Contains, instead of <>
=COUNTIFS(Document:Document, 1, Discipline:Discipline, NOT(CONTAINS("CMC", @cell)), Status:Status, "Not Started")
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
Help Article Resources
Categories
Check out the Formula Handbook template!