Uncheck a Box if a cell is blank
Hi! New to smartsheet so bear with me. We have a smartsheet with a lot of users and we want to have certain columns revert to unchecked at the row (they are check box columns) if our "Supplier" column is blank. One thing though is our supplier column reverts to yellow background fill when its blank, so I hope that wont cause issues in the formula. Is it the "IFBLANK" formula I need to use even if it has a background? Not sure if Smartsheet recognizes it as blank then. Thanks for your help!
Answers
-
@KDev the function is ISBLANK() and the formatting should not affect that.
Darren Mullen, join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
-
Thank you. Do you know how I should write it? I am not very good at formulas and the ones I've found that are close are not doing what I need.
-
Hi KDev,
Please try the following formula in the Checkbox column.
=IF(ISBLANK(Supplier@row), 0, 1)
I hope this helps!
Thanks,
Kaveri Vipat
Senior Associate - Smartsheet Development, Ignatiuz Software
2023 Core Product Certified
Did this answer help you? Show some love by marking this answer as "Insightful💡" or "Awesome❤️" and "Vote Up⬆️"
-
Thank you Kaveri. This works for the blank but then it auto checks it for anything filled in the supplier column. We want our team to dictate when that box gets checked as it reflects the tactic is ready to invoice, so they're the only ones who can tell that. But when there is no supplier assigned to that row tactic, I want it to remain automatically unchecked.
-
It should default as unchecked unless someone is checking the box and then removing the supplier.
I would suggest an Automation instead of a formula.
You could se the trigger to when rows are added or changed and a condition of supplier being blank and then use a Clear Cell action on the checkbox.
-
Thanks Paul. I did try that but it says I would need to trigger the automation myself as it wont let me schedule it to do it hourly, daily or anything. I guess I can do that and just try and set a reminder to run it once a week or something.
-
Are you able to provide screenshots of that?
-
Here you go
-
Right. So it isn't saying that you have to run it yourself. Just change the trigger to be right away (Run Workflow: Immediately).
-
Will that mean it will keep doing it continuously though or just once? Our team uses this report everyday and things are constantly changing, I thought in order for it to keep running the workflow automatically it had to say "hourly or daily or weekly" so it would search for changes in the file?
-
It will run every time Supplier changes to blank.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!