View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default How do I Subtract 6 months off a date in excel

Assume you have a date in A1.

=DATE(YEAR(A1),MONTH(A1)-6,DAY(A1))

--
Biff
Microsoft Excel MVP


"Geoff" wrote in message
...
Hi

Just wanting to subtract 6 months off any date, and present in the format
of
a date.

Cheers