View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
daddylonglegs
 
Posts: n/a
Default Excel 2000 Date Question


You can simplify Duke's formula slightly to

=DATE(YEAR(A1),MONTH(A1)+2,0)

or, assuming A1 always contains the last day of a month

=A1+32-DAY(A1+32)


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=524934