Adding a date once items are submitted to a sheet

Robert S Fike
Robert S Fike ✭✭✭✭
edited 09/21/23 in Formulas and Functions

I have a column titled "Did It Rain?" Yes or No. I want to record a date in the "Actual Date" column. Here is my formula.

=If(or([Did It Rain?]@row = "Yes", [Did It Rain?]@row = "No"), Today(), If([Did It Rain?]@row = " ", " "))

I had it working for Yes and No, but want it to stay blank if the row has not been given a yes or no.

Comments

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!