I am attempting to create a true/false formula. What am I missing?
I am attempting to create a formula that will show an expected go live date 42 days after the created date for the project type (Union) and 14 days after the created date for the project type (Share).
The first half of the formula produces a date but when I add on I receive the error "UNPARSEABLE"
=IF([Application Product]@row = "Union", [Created Date]@row + 42), IF([Application Product]@row ="Share", [Created Date]@row+14))
How can I correct this formula?
Best Answer
-
Try removing the closing parenthesis after the 42.
Answers
-
Try removing the closing parenthesis after the 42.
-
Thank you so much for your quick response, this corrected the formula. I appreciate your help!
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 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!