View Single Post
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

One way

http://www.mcgimpsey.com/excel/timestamp.html

Regards,

Peo Sjoblom

"Angus" wrote:

Help please. I have a worksheet where data is entered in a number of cells.
I want another sheet to display the date the data was entered in a
corresponding cell and to be blank when nothing is entered. I can get the
blanks to work OK and I can get the current date with this formula -
=IF('worksheet 1'!B4="","",TODAY()) - The problem is that the date changes
every day. How can I write this formula to keep the date the same regardless
of what day it is? Thanks in advance for any assistance!