Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
Please can someone help me with a way to indicate the conclusion date of a task, automatically?
Once I have a status set as finished, I need the current date to be "locked" on a cell and no changed/updated anymore.
Hi Guilherme,
You would probably need to use a third-party solution like Zapier or similar for this.
A possible workaround could be to lock the row automatically with Alerts & Actions.
Would any of those options work?
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
You might consider changing up the process. We started using Actual Start and Actual End date columns to determine whether a project was Not started, In Progress, or complete. We then applied a formula to the Status column and locked it down so that a status couldn't be changed manually and overwrite the formula.
=IF(AND(ISBLANK([Actual Finish]@row), ISBLANK([Actual Start]@row)), "Not Started", IF(ISDATE([Actual Finish]@row), "Complete", IF(ISDATE([Actual Start]@row), "In Progress")))
When using automation to copy checked rows from source sheet, no destination sheets populate for me to choose from even though I am Admin on both sheets. Has anyone experienced this? Any trouble shoots or resolutions? Thanks.
Hello Smartsheet Friends! I recently switched jobs and once again working at a company that uses Smartsheet (hooray!). That said my skills are a little rusty, and I'm struggling with a basic update request automation. I've added a checkbox column titled 'Product Owner Update'. The intent, is that when a user checks the…
Hi My team have a list of projects they are working on. I want to prompt them for a weekly update that will ask them to populate these fields - RAG Status , Progress this week , Plan Next week, Risks/Decision/Issues , Details Then i can create a dashboard showing only this weeks info but i have the repository in the back…