Question about IF(AND function

Mike.Brown
Mike.Brown โœญโœญโœญ
edited 04/18/25 in Formulas and Functions

I am trying to capture the modified date when a date is entered. Even though the modified date will change anytime the row is changed, I am trying to capture it once based on the entry of a date. I have the timestamp field looking to see if the date has been entered, if so it pulls the modified date time over. That didn't work, because anytime the row was modified either by a person or an automation, the modified date would change and get pulled over into the repones timestamp.

So I added a helper checkbox column in the hopes if that checkbox was checked, the timestamp wouldn't change and it would all work. The problem is that when I check the box, it wipes out the timestamp. Currently if you enter a date, it pulls the modified date over, but when I check the box, it wipes the timestamp out instead of leaving it there.

Here is my IF statement. =IF(AND(NOT([R Time]@row), NOT(ISBLANK([1ST ATTEMPT DATE]@row))), [Most recent change]@row + "", "").

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!