Hello, I would like to make a cell (E6) change to denote the time that (D6) became not blank, but I do not want that to change afterwards.
=IF(D6<>"",IF(E6="",NOW(),E6),"")
Is there a way of doing this that avoids the circular reference?
=IF(D6<>"",IF(E6="",NOW(),E6),"")
Is there a way of doing this that avoids the circular reference?