Thread
:
Change date by one year
View Single Post
#
2
Posted to microsoft.public.excel.newusers
Dave Peterson
Posts: n/a
Change date by one year
You could use a formula:
=date(year(a1)+1,month(a1),day(a1))
Oldjay wrote:
I have a list of birthdays formulated 8/12/05
I want to change all the dates to next year i.e. 8/12/06
oldjay
--
Dave Peterson
Reply With Quote