Hello, I have a formula that I'm attempting to count the number of projects within the Task Name column that have "hot CX" as part of the name.
Task name is customer- Hot CX
My formula returns a 0 count. What changes do I need to make with my formula?
=COUNTIF([Task Name]1:[Task Name]100, "Hot CX")
Thanks!