Formula to Check a check box
Good afternoon all,
Quick question,
How do I create a formula that will check a check box in a column if the value in abother column is not blank?
So, per below I would like to create a column formula that will check the box in the "Comment Check" column if the "Comments on Work Completed" column is not blank
Thank you all
Best Answer
-
Hi @BESP10 ,
Try =IF(NOT(ISBLANK([Comments on Work Completed]@row)), 1, 0)
Holly Conrad Smith
Director of Technology & Innovation 💡 at Streamline
CliftonStrengths Top 5: Deliberative, Restorative, Achiever, Consistency, Harmony
Answers
-
Hi @BESP10 ,
Try =IF(NOT(ISBLANK([Comments on Work Completed]@row)), 1, 0)
Holly Conrad Smith
Director of Technology & Innovation 💡 at Streamline
CliftonStrengths Top 5: Deliberative, Restorative, Achiever, Consistency, Harmony
-
perfect thank you @hollyconradsmith
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!