Static Timestamp without using Macros

G

Guest

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
 
G

Guest

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
 
G

Guest

Thanks, Mike H! Worked perfectly!

Mike H said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top