Forum Discussion
ElaineJoughin
Mar 18, 2022Copper Contributor
Using TODAY fx with DATEDIF
I am creating a spreadsheet and would like to use the TODAY function to allow the user for automatic entry and then keep that date for future reference. Then I would like to use that date to calcula...
Starrysky1988
Mar 19, 2022Iron Contributor
It is impossible to retain the value you calculated using today function as it is a volatile function and it will keep updating whenever you open the excel workbook or you do any changes in that workbook. You may consider to use VB code instead.