How to send out an alert when a row hasn't been updated by a certain time?
Maybe somebody else has run into my issue and found a creative and automatic solution.
My setup is as follows:
1) I have a sheet where I capture the project status from 10+ team members.
2) It contains a 'Modified' column.
3) The sheet contains calculations that are updated whenever the sheet is being opened (e.g % of time passed, Earned Value, Planned Value).
The use of the TODAY() function for some of the calculations seems to lead to the 'Modified' cell in each row being updated whenever I or somebody else open the sheet - even without actually/manually changing anything - so I cannot rely on the information from the 'Modified' cell to trigger an alert.
Any other suggestions to trigger an automated alert before I give in and ask my users to manually update a field or a checkbox?
P.S.:
I also tried to use a 'Modified By' column, but it seems to cause the same problem: if I just open the sheet it's my name that shows up as the 'Modified By' user.
Best Answer
-
I would add it to two different columns so you'll have all the information.
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Answers
-
Hi Werner,
Have a look at my post here.
That method might help/work for your use-case.
Would that work?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Thank you for your quick response, @Andrée Starå
I was worried I'd have to take this route, i.e. doing it by copying an entry to a separate sheet and referring back to the modified values from the latest entry for each project - I'd seen solutions using the VLOOKUP/INDEX/MATCH functions for various issues but was hoping I might be able to avoid it.
On the other hand: this will also help me on my task to create an archive for the regular project reports 😮
-
Happy to help!
Glad to hear that it can be useful for other use-cases as well!
✅Remember! Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
@Andrée Starå - actually ended up reading back the value when the last update was archived by using this formula:
=MAX(COLLECT({Range Row Created}, {Range Project Name}, [Project Name]@row))
Given that I only get back a date from the 'Created' column, i.e. the timestamp is missing, I need to see how it works over time.
But it sees like I'm also running into the timezone issue I read about previously, i.e. a row created in Pacific Time at 8pm on 5/26 shows up as having been created on 5/27 😒
-
Try adding +"" at the end for getting the date and time as text. Would that help?
Yes, the timezone issues can be a pain. Hopefully, Smartsheet releases a time feature soon that might help with resolving it.
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
I need to keep the result of the functions as date I assume - if I turn it into a string my trigger that's based on "Has it changed in the last 2 days" will probably not work.
But just for making the time visible it might work 👍
-
I would add it to two different columns so you'll have all the information.
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
I was hoping I could maybe get some help with this issue I am facing.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!