How can I automatically fill in with the current date when a value in one of the columns changes, BUT so that this value will never be refilled?
Now I did this:
=IF(A69<>"", TODAY(), "") but every time the sort is applied, the date is refilled to today.