View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Dave Peterson
 
Posts: n/a
Default 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