I'm using the formula:
=IF(E3<>"",IF(K3<>"",K3,NOW()),"")
to date stamp in K3 when an entry in E3 is made. I have itterative calculation enabled to 1000 iterations. I have formated K column to date.
However, whatever I input the date 00/01/1900 is returned.
What am I doing wrong to get...