auto matic date calculation

  • Thread starter Thread starter satish
  • Start date Start date
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
 
Use the EDATE function. Example below assumes the current date is in cell
A1.

=EDATE(A1,3)
 
I have to ask...
Are there any Excel users that have the analysis tool pack disabled?
And if so, then why?
 
Back
Top