Formula COUNTIFS for checked boa and status NOT "the text"
I have a list, and need count the number of items with checked OFF cell and Decision any but "NOT STARTED"
I tried formula below but got "incorrect argument set".. I tried different wats and lost my hope :)
=COUNTIFS(Complete107:Complete290, =0, NOT(DECISION107:DECISION290, ="NOT STARTED"))
Thank you!
Best Answers
-
Hi Olga!
Are you trying to pull in counts for all results that are NOT = "Not Started"?
Try This:
=COUNTIFS(DECISION:DECISION, <>"Not Started", OFF:OFF, true)
Christine
-
Perfect, thank you Christine!
Answers
-
Hi Olga!
Are you trying to pull in counts for all results that are NOT = "Not Started"?
Try This:
=COUNTIFS(DECISION:DECISION, <>"Not Started", OFF:OFF, true)
Christine
-
Perfect, thank you Christine!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!