Capture Date and Time when column is changed
Hello everyone!
I want to know if there is anyway to capture the date and time using if function, when a column value is changed to "Approved"
Let's say I have two columns as follows:
Status Time
Approved if ( [Status]@row = "Approved", Today() AND Time(), 0)
is it possible to achieve this in smartsheet?
Thanks !!
Answers
-
It is not possible that way.
You can use this method I developed to capture the date/timestamp and then use an INDEX/MATCH to bring it back to your working sheet.
=IFERROR(INDEX({Copy Sheet Modified Column}, MATCH(ID@row, {Copy Sheet ID Column}, 0)) + "", "")
-
Hi @Mashael
I hope you're well and safe!
Unfortunately, it's not possible now, but it's an excellent idea!
Here's a possible workaround or workarounds
Please have a look at my post below with a method I developed.
More info:
Would that work/help?
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 support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. 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.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 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!