I'm looking for a timestamp to automatically appear in column D when data is entered in columns A, B, and C (so nothing appears if all 3 cells are not filled). In addition, I want those 3 cells to become password protected once data is entered.
This is what I have in column D:
=IF(AND(NOT(ISBLANK(A4)),NOT(ISBLANK(B4)),NOT(ISBLANK(C4))),NOW(),"")
I have managed to get all of this to work out, except that the timestamp all have the same time and updates with the real-time instead of when it was entered.
I have read somewhere that I may need to go to, Tools => Options => Calculation and check the Iteration Box. I have also read somewhere that I may need to go to, Data => Validation => Settings, select List under Allow and select the timestamped cells under Data. Neither have worked!
I've attached the .xls. Please help! Thanks in Advance.
Bookmarks