Forum Discussion
PAtesting
Mar 07, 2022Copper Contributor
Freeze =TODAY
Is it possible to freeze the result of =TODAY, so it doesn't update the date everytime I open the sheet?
I need the =TODAY function to stay fixed.
6 Replies
- paolive
Microsoft
You can use a cell to "activate" the function like in this example: https://techcommunity.microsoft.com/t5/excel/freeze-or-stop-formula/m-p/1719595
Example:
If you add a cell AB4 where you add some text "STOP" if you don't want the formula to be calculated.
=IF(NOT(ISBLANK(AB4)),"",DATEDIF(AA4,TODAY(),"D"))
Hope this helps.- PAtestingCopper Contributor
How do I apply it to my example? I tried to break the formula (presented in your example) down but I just don't get it.
Column C has the =TODAY formula I am trying to freeze, because it is essential that the days-prior-or-after-the-deadline information in column D does not change..
- bosinanderSteel ContributorMaybe Ctrl+; is plausible? it types the date of today.
In your example I, using shortcuts, would
select C3
type Ctrl+Space to select the data column
type Ctrl+; to type the date
type Ctrl+Enter to enter the same value into the selected cells