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")))
Hello, I'm working through the writing formulas optional activity and in the 'Nested IF function - Progress Column' task it directs you to put in the following formula '=IF([% Complete]@row = 0, “Empty”)'. However, when I put this formula into the spreadsheet, '04a_Marketing Request Tracker - Formulas', I get an…
Currently Triggering recurring workflows are only supported at the top of each hour. For instance 10:00, or 11:00, etc. Would like the ability to set 10:30 or 10:45. Perhaps the inteface can stay hourly so it doesnt get huge, but have the ability to manually edit the time directly to any custom time.
I have an automation that has a condition where I am looking at the column "LEA Interco Supporting Site(s)" and trying to find columns that have the value "Fort Loramie" in them. This works well when "Fort Loramie" is the first item listed in the cell, but it doesn't work when "Fort Loramie" is the second or third value in…