Formula
Options

Tishm
β
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!