If Term_Effective_Date = 12/07/15 and Terms_In_Year = 3 Years.
What is the formula to calcuate the New Date? I need to add 3 years to 12/07/15.
=DATE(YEAR(Term_Effecitve_Date2) + [Terms_In _Year]2, MONTH(Term_Effecitve_Date2), DAY(Term_Effecitve_Date2))
I am getting #NUMBER EXPECTED as an error.
Thank you for helping!