Offload Date Format
Hi,
I'm using Data Shuttle to Offload a title and some dates and it is coming through with a really wonky format.
Excel isn't able to auto convert this to a regular date and I tried using INT to try to make it into and integer but it returns a #VALUE! error because of the format.
Is there any solution to this? This seems like a issue that really impedes the usefulness of Data Shuttle.
Best Answer
-
Those strings are stored as text in Smartsheet. They are not stored as dates. You will need a helper column in Smartsheet (date type) with a formula to grab the date out.
=DATE(VALUE(LEFT([Column Name]@row, 4)), VALUE(MID([Column Name]@row, 6, 2)), VALUE(MID([Column Name]@row, 9, 2)))
Answers
-
Those strings are stored as text in Smartsheet. They are not stored as dates. You will need a helper column in Smartsheet (date type) with a formula to grab the date out.
=DATE(VALUE(LEFT([Column Name]@row, 4)), VALUE(MID([Column Name]@row, 6, 2)), VALUE(MID([Column Name]@row, 9, 2)))
-
Nice! Thanks @Paul Newcome !
-
Happy to help. 👍️
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives