Syntax for formula with a checkbox
Need help with syntax for a formula for counts.
Goal: Give a count where If STATUS field contains string value "new" and where a checkbox named External is checked.
Formula: =COUNTIFS(Status:Status, "New", [External:External, "True"])
Currently getting an error: #UNPARSEABLE
Best Answer
-
Try
=COUNTIFS(Status:Status, "New", External:External, 1)
check boxes are 0 or 1 and brackets should not go around the second statement
Answers
-
Try
=COUNTIFS(Status:Status, "New", External:External, 1)
check boxes are 0 or 1 and brackets should not go around the second statement
-
It worked - Thank You @VBAGuru !!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.5K Get Help
- 433 Global Discussions
- 152 Industry Talk
- 494 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 506 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 37 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!