what is the equation to add one year to a date?


Posted by gene on July 21, 2001 7:03 PM

HOw do you increase a date by one year using a date formula/function? I tried just doing =b1+365, but this does not work with leap year.



Posted by Aladin Akyurek on July 21, 2001 9:48 PM

=EDATE(B1,12)

Install Analysis Toolpak via Tools|Add-ins before using this function.

=========