Thread: Date Function
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary[_2_] Gary[_2_] is offline
external usenet poster
 
Posts: 32
Default Date Function

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


"AJ" wrote in message
...
Hello Everyone
I am trying to find a formula that will convert the date in column A to
the
1st day of the following month in column B. The formula should be in
column B
For example:
Column A Column B
1-Jan-07 1-Feb-07
15-Jan-07 1-Feb-07
31-Jan-07 1-Feb-07
15-Aug-07 1-Sep-07
31-Dec-07 1-Jan-08 and so on.

TIA for any suggestions on a formula.