Date Field - Formula Change to (YYYYMMDD)
Hi All,
I want to use a Column Field - Date.
Then want to add another column (only visible for me in sheet) to take date and have this column be a formula to change date format to show YYYYMMDD.
What is the best way to accomplish this?
Thank you!
Answers
-
Use left, right, and mid to parse the date field and recompile it.
(RIGHT([Start Date]@row, 2) + LEFT([Start Date]@row, 2) + MID([Start Date]@row, 4, 2))
Or use YEAR, MONTH, and DAY formulas to do the same thing.
-
=year([Start Date]@row)+""+month([Start Date]@row)+""+day([Start Date]@row)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!