View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Asoka Walpitagama - Brandix College IT Asoka Walpitagama - Brandix College IT is offline
external usenet poster
 
Posts: 15
Default STORE THE DATE & TIME THE VALUE HAS CHANGED IN A CELL

Need to store the Date & Time whenever a value is entered to a cell.
If a value is entered to celle B3 then the current date & time should be
saved in C3.

I used the following in cell C3

=IF(B3<"", NOW()," " )

But whenever any operation is done in a cell the Date & Time gets the
current value which I dont want to happen.

Thanks Asoka