Checkbox formula using =IF(OR
Comments
-
I am trying to get thise statement to work when Monday-Complete through Friday-Complete boxes are checked. I've tried replacing =1 with ="Checked", ="Complete", ="Done" and none of them are working.
=IF(AND([Occurance:]1="Daily", [Monday - Complete:]1=1 [Tuesday - Complete:]1=1, [Wednesday - Complete:]1=1, [Thursday - Complete:]1=1, [Friday - Complete:]1=1), [Task:]1)
@Paul Newcome I feel like this is an easy answer. :I
-
@Sarah Tavarez It looks like you may just be missing a comma after the second logical statement in your AND function (monday).
=IF(AND([Occurance:]1="Daily", [Monday - Complete:]1=1, [Tuesday - Complete:]1=1, [Wednesday - Complete:]1=1, [Thursday - Complete:]1=1, [Friday - Complete:]1=1), [Task:]1)
-
Hello @Paul Newcome!
I'm wanting a checkbox to automatically check if another column is answered in a specific way. Can you help me with an accurate formula for this? I've read everything I can find and can't quite get the right formula down. Thanks so much!
Here's where I'm at, by borrowing other's answers:
=IF ("Are you a:", $[Foreign National]@row) >= 1
-
Not sure I follow, but try something like this.
=IF([Foreign National]@row = "Are you a:", 1)
Did that work/help?
I hope that helps!
Be safe and have a fantastic week!
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.
-
Hi @Andrée Starå!
Unfortunately, that didn't work for me. I'm needing the checkbox to check if the "Are you a:" column = "Foreign National". Please let me know what else I need to clarify.
-
@CMI Director Try switching the text/column reference like so...
=IF([Are you a:]@row = "Foreign National", 1)
-
Ok.
Try something like this instead.
=IF([Are you a:]@row ="Foreign National" , 1)
Did that work?
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.
-
Can you please help me refine this formula? I am trying to get this box to check automatically when the "Initial Investment Amount" shows as $25,000.
Additional thoughts/comments:
1) the $25,000 in the "Initial Investment Amount" will be populated via a webform. There are four options in a dropdown menu: $25K, $50K, $100K and $250K. I will be copying the formula for the other amounts.
2) Is there any way to pre-populate the formula so that any new webform submission will be automatically "checked"?
-
I hope you're well and safe!
1
Can you describe your process in more detail and maybe share the sheet(s)/copies of the sheet(s) or some bigger screenshots? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@workbold.com)
2 You can use the new column formula feature.
Would that help/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.
-
@Rocky Arnold (760) How are the selections entered into the column properties?
-
@Paul Newcome or anyone who has knowledge on this matter.
In formula:
=IF([% Complete]@row < (85), 1, 0), when formula first added at 84% the flag checkbox ticked expectedly as seen. When I change to 86% the flag is not cleared but remains ticked (red). Is my formula wrong or a bug?
FYI: I tried using the Alert against a simple Target End date, Today(14) formula and it ticks and clears as the date is modified in/out of the 14 days. Eventually I will create a formula that will combine both the percent and date conditions.
-
@Todd101984 Smartsheet reads percentages as a part of a whole. That means 100% = 1 whole. 50% = 0.50, 24% = 0.25, so on and so forth.
Adjust your formula to remove the parenthesis from around the number and change it to a decimal of 0.85.
-
@Paul Newcome That's awesome Paul - thank you! I never would have figured that out!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K 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
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!