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.