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:
We have a sheet that track onboarding activity for new clients. Two date columns in the sheet are Follow-up Due and Follow-up Actual. I would like to send a notification or reminder to the assigned employee on the Follow-up due date if the Follow-up Actual is blank so they are only receiving notifications about open items. There is no change to a row or column to initiate a notification and a reminder does not allow for an 'if' statement. Any thoughts on how to accomplish this?
I use a helper column. I create a hidden date column and use the formula formula to produce. =IF(ISBLANK([Actual Due Date]@row), [Follow Up Due]@row, "Completed")
See if that works for you. Then you build your reminder around the helper column. if there is no Actual Due Date then you will have a date to pull a reminder from. If there is an actual date the word completed populates the date field and the reminder will not fire.
Hope that helps!
It is unfortunate that we still do not have the Notification features for Reminders. Very.
That said, to accomplish this, I create a [Reminder Date] column. The column uses a formula to populate the date. For example:
=IF([Open Item]@row, MIN([Due Date]@row, DATEONLY(Created@row) + 14), "")
This will be blank if the item not considered open (there are more than "complete" in this system).
If [Open Item] is checked, then this reminder occurs the earlier of the [Due Date] or 14 days after the task is created.
The Reminder then keys off that date.
If the Reminder is based on some formula using TODAY(), then you'll need to account for that. I used to use Zapier for that:
https://ronin-global.com/2017/03/15/forcing-today-refresh-in-smartsheet/
I hope that helps.
Craig
UPDATE: Looks like Mike and I were typing at the same time and that he types faster than I do.
Thank you! I created a new hidden column and it works!
Glad the solution works for you.
@Craig. Two heads are better than 1!
I am currently setting up an automation for people to get notified through their email, when they are prompted. But is there a way that they can reply in the email of a comment that will then go to the specific sheet. This way they do not have access to the sheet, but can just comment through email with updates?
Is there a way to revert to the old dashboard look and feel. The new dashboards do not look good at all. There is no way of knowing if there are additional items in the widgets until you scroll over one to learn there is more to it since the vertical bar doesn't show. We have hundreds of dashboards and they will all need…
When i try to send or print the timeline view instead of showing the progression bars like they do on the screen it only send the data entered and not a graph type view to print. Is there a way to do this. I am using a mac platform if that helps.