View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Static Timestamp without using Macros

Network administrators do that because they can! One way.

Say your target cell is A1 and to want a static time stamp in B1, put this
formula in B1:-

=IF(A1="","",IF(B1="",NOW(),B1))

Then Tools|options|calculation and check the iterations checkbox.

When A1 is populated B1 will display a static date.

Mike

"Maeglin" wrote:

Hi,

Is there a way not to use macros (because our network administrator won't
allow macros) if i need static timestamps once a cell is populated? Is there
a formula to tell Excel to perform certain keystrokes like "Ctrl+;" or
"Ctrl+shift+;"?

Thanks,

Maeglin