How do I automate an action between columns?

For example, when I add a date to 'start date' column, I would like my status column to automatically change to 'in progress'?
Best Answer
-
Hi Peter,
To add to shdil's excellent suggestion.
I'd recommend using the following because otherwise, it will not show as in progress if you're looking at it today and after.
Try something like this.
=IF(ISDATE([Start Date]@row); "In Progress")
The same version but with the below changes for your and others convenience.
=IF(ISDATE([Start Date]@row), "In Progress")
Depending on your country youβll need to exchange the comma to a period and the semi-colon to a comma.
Did it work?
I hope that helps!
Have a fantastic weekend!
Best,
AndrΓ©e StarΓ₯
Workflow Consultant / CEO @ WORK BOLD
β Please help the Community by marking the post that helped answer your question or solve your problem with 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
-
=IF([Start Date]@row < TODAY(), "In Progress")
You can put this formula in your status column and it should automatically calculate!
-
Hi Peter,
To add to shdil's excellent suggestion.
I'd recommend using the following because otherwise, it will not show as in progress if you're looking at it today and after.
Try something like this.
=IF(ISDATE([Start Date]@row); "In Progress")
The same version but with the below changes for your and others convenience.
=IF(ISDATE([Start Date]@row), "In Progress")
Depending on your country youβll need to exchange the comma to a period and the semi-colon to a comma.
Did it work?
I hope that helps!
Have a fantastic weekend!
Best,
AndrΓ©e StarΓ₯
Workflow Consultant / CEO @ WORK BOLD
β Please help the Community by marking the post that helped answer your question or solve your problem with 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.
-
Thank you for your help. This worked - I would love to see this has a feature within conditional formatting. If 'this occurs' then change to 'this'. I added the formula to the column but there are more features I would like to do elsewhere - I think I am going to have to commit some time to learn more about writing the formulas.
Thanks,
-
Excellent!Β
Happy to help!
And, I agree that it would be a great addition toΒ Smartsheet features.
PleaseΒ submitΒ an Enhancement Request when you have a moment toΒ have your vote added
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.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 515 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives