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
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!