Is there a formula to calculate the time elapsed between two automatic time stamps?
I'm thinking something like Updated - Created = Elapsed, but I don't yet speak Smartsheet formulae fluently.
Thank you,
Miguel
Answers
-
Smartsheet doesn't currently have formulas specific to time like this, or a time-stamp function yet. You could find the elapsed time in days, but not in hours.
To find the difference in days, you would just do exactly what you noted above:
=Updated@row - Created@row
This will give you a numerical value of the difference, in days, with decimals representing the difference in time. For example, if the Modified Date is 12 hours later than the Created date, you'd have 0.5 as the result. If the Modified Date is 24 hours later than the Created date, you will return 1.
Our Help Center has more information about System Columns (see here) and using Dates in Formulas (see here).
Cheers!
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
I use the formula below to calculate elapsed minutes between the Created and Modified columns (i.e. the only 2 system columns where Smartsheet displays time).
(Modified@row - Created@row)*1440
I suspect the "Record a date" automation has a time associated with it in the database (i.e. every modern db captures everything to the second, if not millisecond), but the application doesn't currently display it. It would be a welcome enhancement.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!