Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / September 2007

Tip: Looking for answers? Try searching our database.

how to advance dates by one year then up to 10 yrs in Excel

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
chaplyn - 26 Sep 2007 15:38 GMT
Doing an amortization table beginning with 10/2007 want to quickly advance
the dates quarterly for the next 10 years.
Thanks
Peo Sjoblom - 26 Sep 2007 15:49 GMT
What do you want, to advance 3 months or a year like you state in your
subject line

If you have a date in A1 then you can add 3 months like this

=DATE(YEAR(A1),MONTH(A1)+3,Day(A1))

do the same with a year

=DATE(YEAR(A1)+1,MONTH(A1),Day(A1))

now depending on the day of the month you can get unexpected results for
instance if the date you want to add 3 months to is 11/30/07 then the date
will come out as 03/01/08. There are remedies for this if you want the last
date of February instead.

=MIN(DATE(YEAR(A1),MONTH(A1)+{3,4},DAY(A1)*{1,0}))

Signature

Regards,

Peo Sjoblom

> Doing an amortization table beginning with 10/2007 want to quickly advance
> the dates quarterly for the next 10 years.
> Thanks
CLR - 26 Sep 2007 17:44 GMT
Depends on "exactly" what you want as a result..........

This, copied down column A  would give equal time periods of "about 3 months"

=A1+365.25/4

Vaya con Dios
Chuck, CABGx3

> Doing an amortization table beginning with 10/2007 want to quickly advance
> the dates quarterly for the next 10 years.
> Thanks
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.