View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
VBA Noob VBA Noob is offline
external usenet poster
 
Posts: 1
Default How Do I increase a date by 90 days?


Hi,

Try

A1 = your Date
B1 = Your date + 90

=DATE(YEAR(A1), MONTH(A1)+3, DAY(A1))


http://www.excelforum.com/showthread...14#post1679714

VBA Noob


--
VBA Noob
------------------------------------------------------------------------
VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833
View this thread: http://www.excelforum.com/showthread...hreadid=569662