help with date formula

R

Richard

If B2 has a date lets say 3/15/09. How can I get D2 to show exactly 3 month
ahead to 6/15/09.
 
R

Richard

Thanks so much! Thats perfect
smartin said:
Define "exactly 3 months ahead from 3/31/09". Or better: "from 11/30/09"

You could try
=DATE(YEAR(B2),3+MONTH(B2),DAY(B2))

But it may not be what you want.
 

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