Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Static Timestamp without using Macros

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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Static Timestamp without using Macros

Thanks, Mike H! Worked perfectly!

"Mike H" wrote:

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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Timestamp PS Excel Discussion (Misc queries) 2 January 10th 07 02:21 PM
Timestamp Sher Excel Discussion (Misc queries) 2 November 3rd 06 04:31 PM
Now as timestamp Lp12 Excel Worksheet Functions 5 August 13th 06 11:32 AM
timestamp functions alexfthe Excel Worksheet Functions 4 March 12th 06 06:41 AM
Timestamp Button Eckleburg Excel Discussion (Misc queries) 2 June 6th 05 04:52 PM


All times are GMT +1. The time now is 07:43 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"