Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Using the below as an expression, what else is needed to show this as year and month i.e 1 year 3 month please
=Today()-[Effective Start Date]
Thank you in advance
Hi,
Calculating the difference in years is very easy thanks to the Age() function:
Age(Toaday(), [Effective Start Date])
But getting the number of months is more complicated. You can find the answer here: age function in year and month format