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
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!