Hi All,
I am trying to write a function that creates a timestamp when a certain word is entered in a specific cell. The problem is, the value of the cell that the timestamp is based on is constantly changing. I want the timestamp to record the date the first time the formula is found true, and then keep that result.
here is the formula i have worked up so far: =IF(B4:B9="Complete",TODAY(),"")
I am trying to write a function that creates a timestamp when a certain word is entered in a specific cell. The problem is, the value of the cell that the timestamp is based on is constantly changing. I want the timestamp to record the date the first time the formula is found true, and then keep that result.
here is the formula i have worked up so far: =IF(B4:B9="Complete",TODAY(),"")