Tracking dates in Excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What would be the formula to do the following in Excel (2003)? Want to be
able to enter a series of different start dates and then with a formula have
Excel calculate a corresponding event date 3 months later, 6 months later, 9
months later, and 12 months later. It would be acceptable to have the system
show 60 days later rather than 3 months.

THANK YOU!
 
Try this:

A2 = some date

Enter this formula in B2 and copy across to E2:

=DATE(YEAR($A2), MONTH($A2)+COLUMNS($B2:B2)*3,DAY($A2))
 
Or, more simply:

Entered in B2 and copied across:

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

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

Formula Help???!!! 1
Excel Microsoft excel interest formula 2
help needed in excel 07 0
Excel Getting an annualized figure based on YTD in Excel 1
Excel Vba to change displayed year automatically. 14
CUMIPMT 0
Help with Date Range Formula 6
Lease Option Date 1

Back
Top