Formula to convert numbers into a date
Desire
✭✭✭
Hi,
In Excel I can turn a set of numbers into dates by using =TEXT(C3;"mm-dd-yyyy").
i.e. 45513,6038194444 is 08-09-2024
Is there a formula in Smartsheet that can do this?
Answers
-
Unix timestamp? I don't think smartsheet has a function for this, but you should be able to convert doing something like: =VALUE([Timestamp]@row) / 86400000 + DATE(1970, 1, 1) however your value gives me a different date. Is this not a unix timestamp?
-
Thanks Adam
Apparently this is a unix timestamp.
I tried using your formula but I'm getting a #INVALID COLUMN VALUE error
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!