Formula help

Hello
Just wondering if someone could help me with a formula. I need to write a count if formula
Count is Type is Action and Status is not Completed, Decided or Closed. I know how to do on one criteria but how do I add count if not status is not decided or closed.
=COUNTIFS(Type:Type, "Action Item", Status:Status, <>"Completed")
Thanks
Best Answer
-
HI SmartLew - I had to make one minor change but it worked!!! I just had to move the comma after completed.
=COUNTIFS(Type:Type, "Action Item", Status:Status, AND(@cell <> "Completed", @cell <> "Decided", @cell <> "Closed"))
THANK YOU!!!!
Answers
-
Hi Lori,
Use this;
=COUNTIFS(Type:Type,"Action Item",Status:Status,AND(@cell<>"Completed,"@cell<>"Decided",@cell<>"Closed"))
I'm passionate about helping you leverage the truly awesome power of smartsheet!
-
HI SmartLew - I had to make one minor change but it worked!!! I just had to move the comma after completed.
=COUNTIFS(Type:Type, "Action Item", Status:Status, AND(@cell <> "Completed", @cell <> "Decided", @cell <> "Closed"))
THANK YOU!!!!
-
oops sorry for the typo! nice spot. Glad you got it working
I'm passionate about helping you leverage the truly awesome power of smartsheet!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 68K Get Help
- 474 Global Discussions
- 209 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 85 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!