I would like to trigger a workflow based on a store opening date
So for example a new store is opening on 7 October.
30 days in advance the workflow needs to kick-off, based on the Opening date, I would like to write a formula that auto-populates the start date.
This will allow me to notify people and a workflow to start.
Not sure what formula to us.
Answers
-
I tried this but it is clearly not right
=IF(NOT(ISDATE([Opening Date]@row)), [Start Date]@row - 30 - TODAY())
-
Try this:
=[Opening Date]@row - 30
-
Thanks @Paul Newcome is that the whole formula? I don't seem to be able to get this to work.
-
Are you getting an error or an unexpected output?
-
-
@Paul Newcome I got this formula to work - =WORKDAY([Opening Date]@row, -30 to do the calculation. I think nothing worked as I am using predecessors. When I remove them it works but when I add them back th formula is no longer there.
Is there something I missing as the steps have clear dependencies. Not sure if there is a workaround if this is not possible
-
The circular reference error comes from putting the formula into a cell that it is referencing. You would have needed to put the formula into a different column.
You cannot use formulas in columns being used by the dependency settings. You would need to put the formula into a different column that is not being used by the dependency settings.
-
Thanks @Paul Newcome - ok so if I put it in a different column, which I understand will work. Could it then trigger the start date to change which is used in dependency settings.
Sorry - still learning albeit a bit slow.
-
No. Columns being used by the dependency settings cannot be adjusted via formula or automation. You would need to leverage the API if you wanted to adjust something in one of those columns.
-
Thank you!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!