[Excel] automatic date without updating
bob
-
tito -
tito -
Hello,
I'm looking to timestamp today's date in B1 as soon as A1 is filled. The formula =IF(A1=""; ""; TODAY()) in B1 works great, but when I reopen the file the next day, the date updates, which I don't want.
How can I keep this information fixed from one day to the next?
When I use Ctrl ; instead of the formula, it works very well and stays static over time, but I would like a more "automatic" solution than Ctrl ;.
Thank you
Best regards
Bob
I'm looking to timestamp today's date in B1 as soon as A1 is filled. The formula =IF(A1=""; ""; TODAY()) in B1 works great, but when I reopen the file the next day, the date updates, which I don't want.
How can I keep this information fixed from one day to the next?
When I use Ctrl ; instead of the formula, it works very well and stays static over time, but I would like a more "automatic" solution than Ctrl ;.
Thank you
Best regards
Bob
that answers half of my question. :-D
Actually, I would like to propagate this rule to columns A and B.
Let me explain:
If I enter a value in A1, then B1 takes today's date.
If I enter a value in A2, then B2 takes today's date.
...
If I enter a value in An, then Bn takes today's date.
How can I modify your event macro to achieve this?
Best regards
Bob