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
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 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!