Date formats
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
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 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!