Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default how to advance dates by one year then up to 10 yrs in Excel

Doing an amortization table beginning with 10/2007 want to quickly advance
the dates quarterly for the next 10 years.
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default how to advance dates by one year then up to 10 yrs in Excel

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}))


--


Regards,


Peo Sjoblom




"chaplyn" wrote in message
...
Doing an amortization table beginning with 10/2007 want to quickly advance
the dates quarterly for the next 10 years.
Thanks



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default how to advance dates by one year then up to 10 yrs in Excel

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



"chaplyn" wrote:

Doing an amortization table beginning with 10/2007 want to quickly advance
the dates quarterly for the next 10 years.
Thanks

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dates ... advance 1 Month @ a Time Ken Excel Discussion (Misc queries) 3 February 28th 07 10:14 PM
how to creat a formula to advance date by one year Liz Lalman Excel Worksheet Functions 3 January 18th 07 08:46 PM
how do I convert a dates in a year quarters in a year? Linndek Excel Discussion (Misc queries) 2 May 11th 06 03:33 PM
How can I use day of year dates in Excel? jbradford721 Excel Discussion (Misc queries) 2 August 18th 05 02:56 PM
how do I set dates every 3 cell for whole year in excel RagDyer Excel Discussion (Misc queries) 1 March 28th 05 10:15 PM


All times are GMT +1. The time now is 03:18 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"