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
- 66K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 488 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 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!