calculate 18 months from today. In excel. How?

  • Thread starter Thread starter roke
  • Start date Start date
=DATE(YEAR(A1),MONTH(A1)+18,DAY(A1))

Just be really careful if end month does not have enough days.
 
There's a specific formula for this in excel

=EDATE(A1,18)

This way you don't have the different-days-in-month problem
 
That's absolutely correct, but you must have the Analysis Toolpak loaded, if
using versions below XL2007
Tools>Addins>Analysis Toolpak
Some companies prohibit the use of Addins on their systems.
 

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