Date

A

Andrew Lau

I input the date (A1) cell is 15-Jan-05, how to make the date value(A2) cell
is plused 3 months, the function is????
 
A

aristotle

Hi,

=EDATE(A1,3).

Analysis Toolpak needs to be installed for this to work: Tools -> Addins ->
Analysis Toolpak. Install the toolpak before inserting the function.

Regards,
A
 
N

Niek Otten

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

Note that you may get unexpected results, like when A1 is Nov 30

--
Kind regards,

Niek Otten

Microsoft MVP - Excel
 
A

Adrian M

If you want the last day of the month, x months forward, you could also use
EOMONTH (as mentioned in other posts it needs the Analysis Toolpack loaded).
Can look at http://www.auditexcel.co.za/date.html to see how to use the Date
functions and other another page shows how to load the Analysis Toolpack.
 

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

Similar Threads

Excel - Wich Function should I use? 1
Display weeks from a Milestone 0
VBA Coding Help for Beginner 0
Group Dates by Week? 3
Trendline Question 0
Validation 3
using dmax 2
Countdown macro - display settings 2

Top