Formula
I want to add 10 weeks to the date in column 1 if the text in column 2 equals smart
Answers
-
Hello @Tishm,
Would the following work for you - IF [Column2] equals "Smart" then [Column1] plus 70 days.
=IF([Column2]@row = "Smart", [Column1]@row + 70, "")
I hope that is helpful to you in someway,
Protonsponge
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67K Get Help
- 441 Global Discussions
- 154 Industry Talk
- 502 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 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!