Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Timestamp | Excel Discussion (Misc queries) | |||
Timestamp | Excel Discussion (Misc queries) | |||
Now as timestamp | Excel Worksheet Functions | |||
timestamp functions | Excel Worksheet Functions | |||
Timestamp Button | Excel Discussion (Misc queries) |