Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

IF, THEN forumula

I want the date column to = today if the checkbox is checked in another column The below formula is not working


=IF([Done]6 = 1, =TODAY())

Best Answer

Answers

  • ✭✭✭✭✭

    Watchout when using TODAY() in formula, because the date will change everyday within the cell.

    In your formula, =IF([Done]@row=1, TODAY()). Will display 01/01/20 if it is done on the 01/01/20. But on the 02/02/20, it will display 01/02/20 even if it was done on the first.

    That's because the value is TODAY() and not 01/01/20.

  • Community Champion

    Hi @Jennifer Flanagan

    Have a look at my post below with a method I developed.

    More info: 

    Lock or Store Date/Value Solution without using Zapier


    Would that work?

    I hope that helps!

    Be safe and have a fantastic week!

    Best,

    Andrée Starå

    Workflow Consultant / CEO @ WORK BOLD

    Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!

    SMARTSHEET EXPERT CONSULTANT & PARTNER

    Andrée Starå | Workflow Consultant / CEO @ WORK BOLD

    W: www.workbold.com | E: andree@workbold.com | P: +46 (0) - 72 - 510 99 35

    Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions