auto matic date calculation

S

satish

I have a date in cell (eg:1-Jan-2003).I want the next cell
to be date 3 calendar months away(1-April-2003).How do I
do this using a formula?

satish
 
R

Rafael Ortiz

Use the EDATE function. Example below assumes the current date is in cell
A1.

=EDATE(A1,3)
 
S

Stephen Bye

I have to ask...
Are there any Excel users that have the analysis tool pack disabled?
And if so, then why?
 
Top