Thread: adding a month
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default adding a month

=DATE(YEAR(A1),MONTH(A1)+1,DAY(A1))
--
David Biddulph

"BorisS" wrote in message
...
what's the simplest formula to add exactly a month to the next cell of a
series? In other words, enter a beginning date, and then have the formula
next to it take that date and add one month. Thanks.

--
Boris