I have a formula that works for a master check box and I want to add a condition
I want the Master check box to put a check in the box on only rows that have the Dept cell filled in.
I have a formula that works for the Master check box. IF the Dept cells are BLANK I don't want the boxes checked.
Thank you in advance,
Larry Callan
Best Answer
-
Hey Larry
I believe your formula should be as follows:
=IF(AND($MB$1 = 1, Debt@row <> ""), 1, 0)
Kind regards,
Answers
-
Hi Larry,
Try:
=if(NOT(ISBLANK(dept@row)), 1, 0)
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
To add to Mark's excellent advice/answer.
Here's another option.
=IF(Dept@row <> "", 1)
Did that work?
I hope that helps!
Be safe and have a fantastic weekend!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Thank you for all the suggestions and they do work for checking if the cell is blank.
I use this formula to check all of the boxes in the column MB when the I check the cell MB1.
=IF($MB$1, 1, 0)
I need to add to the above formula to only allow a check in the box if the cell in the Dept column is Not Blank.
=if(NOT(ISBLANK(dept@row)), 1, 0) =IF(Dept@row <> "", 1)
I need a way of joining the two.
Thank you
-
Hey Larry
I believe your formula should be as follows:
=IF(AND($MB$1 = 1, Debt@row <> ""), 1, 0)
Kind regards,
-
Works great!
Thank you
Best Regards,
Larry
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
Check out the Formula Handbook template!