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
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!