Formula: Date plus 3 months

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hiya, I have a date in cell A1 and I want to know a formula which will
calculate this date minus 3 months, in cell A2.

I've tried a simple "=A1-3month" but this doesn't work.

Any ideas?
 
Thanks Duke. That one would be perfect, but I don't have the Analysis Toolpak
:(

Any ideas of a work around?
 
Thats done the trick; many thanks Leo!
--
Carly


Leo Heuser said:
Hi Carly

One way:

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

--
Best Regards
Leo Heuser

Followup to newsgroup only please.
 
Carly -

The Analysis Toolpak is standard with Excel. Go to Tools>Add-ins and check
it to isntall it. It gives you access to quite a variety of powerful
functions & is well woorth while.
 
I agree - It is very powerful - why isn't part of the standard functions -
is this due to the historical versions when the add-in was first developed?

Carly -

The Analysis Toolpak is standard with Excel. Go to Tools>Add-ins and check
it to isntall it. It gives you access to quite a variety of powerful
functions & is well woorth while.
 
Date functions in XL are a bit problematic.

With May 31, 2005 in A1 and with

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

in B1 the return date is March 3, 2005

I don't think that's what the OP really wants.

Using the edate from the analysis toolpack as someone else suggested may be
better.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top