Date formats
Merle Hughes
âśâś
I have a date that is coming into my sheet via the CRM connect and the format is M/DD/YYYY. I need to create a formula that calculates 2 weeks prior to that date but cannot because Smartsheet does not recognize that as a correct date format.
Answers
-
First, you can create a new helper column named "Converted Date" with formula as below
=IFERROR(DATE(VALUE(RIGHT([CRM Date]@row, 4)), VALUE(LEFT([CRM Date]@row, 1)), VALUE(MID([CRM Date]@row, 3, 2))), "")
Then you can modify this formula to calculate your expected date based on this helper column.
Hope it works for you.
Gia Thinh Technology - Smartsheet Solution Partner.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 378 Global Discussions
- 208 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 290 Events
- 33 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!