I’m trying to obtain the difference between 2 dates (going out 2 decimal places). I did format the result as a decimal going out 2 places. However, I am only getting whole number results.
My columns are:
Lease End - set up as a date
Today’s Date - set up as a formula: Today()
Lease Remaining - set up as a formula: DATETIME_DIFF({Lease End},{Today’s Date}, ‘Years’)
Any help appreciated!