Formula # UnParseable?
I have a Smartsheet 4 columns are check boxes.
I want the check boxes to change a list column to the following.
If I check on Assigned then change list to Assigned
If I check on In Progress then change list to In Progress
If I check on Holding-See notes then change list to in Progress
If I check on Complete then change list to Complete
Here is the formula
=IF(Resolved@row = 1, "Complete"), IF(In Progress@row = 1, "In Progress")), IF(Holding-See notes@row = 1, "Holding-See notes")))
Best Answer
-
Hi @maynardg
Hope you are fine, please try the following formula and convert it to column formula:
status = =IF(Resolved@row = 1, "Complete", IF([In Progress]@row = 1, "In Progress", IF(Assigned@row = 1, "Assigned", IF([Holding-See notes]@row = 1, "Holding-See notes", ""))))
the following screenshot show the result
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Answers
-
Hi @maynardg
Hope you are fine, please try the following formula and convert it to column formula:
status = =IF(Resolved@row = 1, "Complete", IF([In Progress]@row = 1, "In Progress", IF(Assigned@row = 1, "Assigned", IF([Holding-See notes]@row = 1, "Holding-See notes", ""))))
the following screenshot show the result
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Thank You! It works...
-
You are welcome
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!