How to add new criteria to my current COUNTIFS formula?

Hi all!
Not sure how to add the criteria do not add to count if cell = "Topic" to my current COUNTIFS formula.
Current foluma is: =COUNTIFS(CHILDREN(Plan:Plan), "Fundamentals", CHILDREN(Role:Role), HAS(@cell, "IBX Customer Ops"))
I need to add 'AND if the the "Deliverable" cell does not equal "Topic" '.
Thanks in advance :)
Best Answer
-
Hey @Cristina Lucci
Try this
=COUNTIFS(CHILDREN(Plan:Plan), "Fundamentals", CHILDREN(Role:Role), HAS(@cell, "IBX Customer Ops"), CHILDREN(Deliverable:Deliverable), <>"Topic")
Does this work for you?
Kelly
Answers
-
Hey @Cristina Lucci
Try this
=COUNTIFS(CHILDREN(Plan:Plan), "Fundamentals", CHILDREN(Role:Role), HAS(@cell, "IBX Customer Ops"), CHILDREN(Deliverable:Deliverable), <>"Topic")
Does this work for you?
Kelly
-
@Kelly Moore This work, thanks Kelly!
Help Article Resources
Categories
Check out the Formula Handbook template!