I want to add columns with checkbox ticked and return a number
Dan Harris
✭✭✭✭✭
What would be the formula to calculate checkbox ticked and return a number 2 when checked 0 when unchecked?
Thanks
Tags:
Best Answer
-
Hi @Dan Harris ,
Create a new column and insert this formula:
=iferror(IF([INSERT check box could name]@row=1,"2",0"),"")
Is that what you're looking for?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
Hi @Dan Harris ,
Create a new column and insert this formula:
=iferror(IF([INSERT check box could name]@row=1,"2",0"),"")
Is that what you're looking for?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Thanks Mark that worked 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 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!