Hi,
I am trying to do this formula:
Date 1 - Date 2 / 365.25 OR
maturity date - run date / 365.25 OR
31-Mar-26 - 30-Sep-19 / 365.25
I am expected 6.50 as the answer.
However I am getting 6 when I do this:
DateTimeDiff([ Maturity Date ],[ Run Date ],"years")