Formula

I want to add 10 weeks to the date in column 1 if the text in column 2 equals smart

Answers

  • Protonsponge
    Protonsponge Community Champion
    edited 03/11/25

    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

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!