Hi all,
I'm trying to enter a datestamp from a single cell entry point, and this works fine, but obviously it changes every time $A$2 is changed. (There are hundreds of entries in column "D")
=IF(AND($A$2=D2,$A$2<>""),IF(E2="",NOW(),E2),"")
I need the datestamp to remain static, after new data entry in A2. Any suggestions would be appreciated.
I'm trying to enter a datestamp from a single cell entry point, and this works fine, but obviously it changes every time $A$2 is changed. (There are hundreds of entries in column "D")
=IF(AND($A$2=D2,$A$2<>""),IF(E2="",NOW(),E2),"")
I need the datestamp to remain static, after new data entry in A2. Any suggestions would be appreciated.
Last edited: