What am I missing?

Need to return a value based on which box is checked. Again - works individually but unparseable when combined.
Thank you again SS wiz people!
Best Answer
-
I hope you're well and safe!
Try something like this. (you had one "-" too many before the 90-Day part)
= IF([30-day process begin]@row = 1, "30-Day", IF([60-day process begin]@row = 1, "60-Day", IF([90-day process begin]@row = 1, "90-Day", "-")))
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 support the Community by marking it Insightful/Vote Up or/and as the accepted answer. 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.
Answers
-
Hi @Debbie Petersen do you have an example of the formula or screen shot?
-
Hi Neil - yes. Here's the scenario. If the box is check in the 30-day Process, I need the Type of Review column to reflect "30--Day", and so on if box is checked for 60 and 90 day columns. I do think I will need automation to clear the value in the prior column once the process is complete (ie - 30-day process is complete, clear value) that will allow the next checkbox to populate with either 60 or 90
Formulas: =IF([30-Day Process Begin]@row, "30-Day", "-")
=IF([60-Day Process Begin]@row, "60-Day", "-")
-
Hi @Debbie Petersen ,
Looks like you're missing a criteria in your IF statements. Try this:
=IF ([30-day process begin]@row=1,"30-Day",if([60-day process begin]@row=1,"60-day","-"))
Hope this helps! Let me know if it works.
Best,
Heather
-
Hi Heather - it works great for the 2 you've shown. As soon as I add the next one for 90-Days, I get #incorrect argument:
=IF([30-Day Process Begin]@row = 1, "30-Day", IF([60-Day Process Begin]@row = 1, "60-Day", "-", IF([90-Day Process Begin]@row = 1, "90-Day", "-")))
-
I hope you're well and safe!
Try something like this. (you had one "-" too many before the 90-Day part)
= IF([30-day process begin]@row = 1, "30-Day", IF([60-day process begin]@row = 1, "60-Day", IF([90-day process begin]@row = 1, "90-Day", "-")))
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 support the Community by marking it Insightful/Vote Up or/and as the accepted answer. 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.
-
Well there you go! I knew it would be something blindingly obvious! Thanks Andree! Works like a charm! Happy Holidays to you and hope you're well, too.
-
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.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.6K Get Help
- 435 Global Discussions
- 152 Industry Talk
- 495 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 508 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!