Thread: Date Function
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Woody13 Woody13 is offline
external usenet poster
 
Posts: 16
Default Date Function

Thanks. I also used =+EOMONTH(B4,0)+1

"Toppers" wrote:

With date in A1:

=DATE(YEAR(A1),MONTH(A1)+1,1)

"Woody13" wrote:

I'm trying to find a formula that will take a date and give a result of the
beggining of the next month. So if the cell has 8/15/2006, the forumula
returns 9/1/2006. If the cell has 8/25/2006, the cell returns 9/1/2006. Any
help is appreciated