update month itervals automatically

O

Odart

If say something was done in May-04 and it's not due again for another 15
monthes how do I get excel to due the math and then when it get's done in 15
monthes exel will do the math when I put the date in
 
O

OZDOC1050

4/05/2004
15
4/08/2005


you could use EDATE

a1 = start date
a2 = months
a3 = =EDATE(A1,A2)

SEE NOTES ON EDATE BELOW
If this function is not available, and returns the #NAME? error, install
and load the Analysis ToolPak add-in.

R
Pete
 
P

Peo Sjoblom

One possible way

="Due in "&TEXT(DATE(YEAR(A1),MONTH(A1)+15,DAY(A1)),"mm/dd/yyyy")

Regards,

Peo Sjoblom
 

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

Top