Sign in to join the conversation:
Kia ora everyone,
Couldn't find anything relating to this question, but feel it can't be the first time asked :-)
I'd like to have an alert on a date column, so that 30 days prior to that date we are notified.
Is this possible?
Thanks,
Brendon
Hi Brendon,
You can set this up in the "Alerts & Actions" menu --> "Set a reminder", but there are only settings for max 14 days before so what I usually do is that I add a column that specifies how many days before that I want the reminder to trigger and then in the date column I add a formula like the one below. Keep in mind that this will count all days.
=[Date Column]@row - [Days before reminder Column]@row
More info: https://help.smartsheet.com/articles/542913-using-reminders
I hope this helps you!
Best,
Andrée Starå - Workflow Consultant @ Get Done
I learned something (kia ora)
Craig
Ngā mihi nui Andrée,
Trying your solution, I must be doing something wrong? I have tried without the brackets, and also tried 'Reminder Date' as a text field and a date field. (Exp is a date field)
Screenshot here
goo.gl/QgVW1f
Your link does not work.
It may not be clear, but Andrée's solution:
=[Date Column]@row - [Days before reminder]@row
requires TWO new columns. One that houses the Date (a Date type column, used in the Alert) and the [Days before reminder] which is a Text/Number type column with the number of days (30 in your stated case)
This is (I assume) for flexibility if some tasks are 30 days, some 45 and so on.
You could also change the formula to
=[Date Column]@row - 30
and skip the second column entirely.
Maybe that helps? I had to reread his answer to get that too.
Did you get it working?
Andrée
I recently upgraded to a paid Pro account. The day I upgraded I could access everything I had created. I created a new sheet and it put it in a new untitled workspace. When I went back to access my other (previously created) Workspace today, I get a message "An error has occurred in Smartsheet." I've logged out and logged…
This is what I would like to accomplish using Smartsheets but I am struggling to find the best way to go about it. Each year we get new vegetable varieties that we need to test in various locations at different times. I would like a tool that I can follow each variety up with a grower. The following data is added:…
Hi, I'm getting an error on a copy automation, please see below. The workflow runs a daily copy of task (TSK) rows from 1.1-TSK - Demo - Strategy - Main Tracker Sheet to the 2.1-TSK - Demo - Strategy - Main Data Sheet, if the Update Status of the row is "Reported". There are 3 sheets involved, and they are all linked using…