Thread: Dates
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Dates

With some date in A1, use:

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

--
Gary''s Student - gsnu200838


"DaveKid" wrote:

Hi, I would like to be able to produce a date which is automatically 3 months
ahead of a date in another cell. How do I do this?