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
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 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!