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
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 457 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives