I know this is probably not possible, but hey I’ve done some pretty amazing things with Calc so it’s worth asking. What I am trying to do is hard to explain so i’ll just give an example.
Cell A1 is =NOW() - Cell B1 is =A1
So lets say A1 says: December 1, 2016 5:55 AM (the current time), and I put in =A1 to B1 (which would grab the December 1, 2016 5:55 AM and put it into B1).
What I want to happen is, lets say in 10 minutes when NOW() updates to December 1, 2016 6:05 AM, I want B1 to STAY at December 1, 2016 5:55 AM and NOT change to the current time.
Basically what I want to happen is record the time when I put the formula into the cell and not update anymore. I know this could all be avoided by just typing in “December 1, 2016 5:55 AM” but with what I am working on that actually takes quite a bit of time.