Auto populate based on entry in another column
I have a column "Actual Status" that I'd like to auto populate based on the "Planned Finished Date". Can anybody help please
Best Answers
-
Hey JGF -
Assuming you want to be able to manually adjust "Actual Status" -
Create a helper column which looks to see if the "Planned Finish" date is passed:
=IF([Planned Finish]@row < TODAY(), "LATE", "")
Then Run an Automation Workflow - which triggers when this helper column changes to "Late", so that it changes "Actual Status" to "Late"
Let me know if that helps!
-Jon Mark
-
You're more than welcome!
To build upon Jon's suggestion. You'd add a condition (see below)
Also, this could be developed further to automate more of the stages if you don't want them to be manually updated.
✅Please support the Community by marking the post(s) that helped or answered your question or solved your problem with 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.
Answers
-
Hi @JGF
I hope you're well and safe!
Not sure I follow.
Can you describe your process in more detail and maybe share the sheet(s)/copies of the sheet(s) or some screenshots? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@workbold.com)
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 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.
-
Hi Andree
Thank you.
What I'd like to be able to do is do something that means when the planned finish date has passed, the actual status date auto-populates with "Late"
Thank you
Jonas
-
Hey JGF -
Assuming you want to be able to manually adjust "Actual Status" -
Create a helper column which looks to see if the "Planned Finish" date is passed:
=IF([Planned Finish]@row < TODAY(), "LATE", "")
Then Run an Automation Workflow - which triggers when this helper column changes to "Late", so that it changes "Actual Status" to "Late"
Let me know if that helps!
-Jon Mark
-
It did but.. that identified that I'd asked the wrong question. Your pointer did what it said, but if the owner has "Completed" the action then it shows late. How do I fix that issue please?
-
Happy to help!
Do you need to be able to change the Actual Status manually, or do you want it to be completely automated?
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.
-
I need the owner of the task to be able to change it manually, but for the "Late" tag to be automated if the due date has passed and the status shows anything other than "Complete". Thank you
-
You're more than welcome!
To build upon Jon's suggestion. You'd add a condition (see below)
Also, this could be developed further to automate more of the stages if you don't want them to be manually updated.
✅Please support the Community by marking the post(s) that helped or answered your question or solved your problem with 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.
-
Excellent - thank you both!!!
-
I'm always happy to help!
✅Remember! Please support the Community by marking the post(s) that helped or answered your question or solved your problem with 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.
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!