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
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!