Thread
:
Adding 5 yrs to a date
View Single Post
#
4
Posted to microsoft.public.excel.misc
David Biddulph[_2_]
external usenet poster
Posts: 8,651
Adding 5 yrs to a date
=DATE(YEAR(A1)+5,MONTH(A1),DAY(A1))
--
David Biddulph
"mazalam" wrote in message
...
How can I add 5 yrs to an existing date using a formula?
Current Date Desired Date
09/25/2007 09/25/2012
Thanks for your time....
Reply With Quote
David Biddulph[_2_]
View Public Profile
Find all posts by David Biddulph[_2_]