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.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 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!