How do I make a column formula that automatically checks the box if another column contains 1.
I am trying to make a checkbox column automatically check its box if the column1 contains 1. It may be equal to one but in some cases, it could be 1 high or 1 low. How can I check to see if the cell in column 1 of the same row contains 1. I have tried =CONTAINS(1, column1@row), but the boxes aren't checking.
Best Answer
-
=IF(CONTAINS("1", [Action Plan Compliance]@row), 1, IF([Action Plan Compliance]@row = 1, 1, 0))
This will work if it is the Number 1 or as long as 1 is present
Answers
-
=IF(CONTAINS("1", [Action Plan Compliance]@row), 1, IF([Action Plan Compliance]@row = 1, 1, 0))
This will work if it is the Number 1 or as long as 1 is present
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 488 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!