Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 331
Default Only with a formula, how do I increase the months?

I have been trying to set up an amortization scedule where it will
automatically place the dates into cells. These cells would represent the
different months for the length of the loan. This is to be accomplished by
only typoing in the starting date. Example If the loan is to start on
11/1/2005, then the first cell in the program will have 11/1/2005 in it. How
do I create a formula so the next cell below it will show 12/1/2005, the next
1/1/2006, etc for the length of the loan. If I understood how to create the
formula (no fill boxes nor drag and drop) then I know how to do the rest.
Right now when I add 1 to the previous cell it only changes the day of the
month. I need to change the month only and not the day and the year to
change after the December to January switch.
Thanks for your help,
Greg
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Only with a formula, how do I increase the months?

suppose 11/1/2005 is in cell A1

formula in cell A2 will be =date(year(a1),month(a1)+1,1)
A3: =date(year(a2),month(a2)+1,1)

etc

"Greg" wrote in message
...
I have been trying to set up an amortization scedule where it will
automatically place the dates into cells. These cells would represent the
different months for the length of the loan. This is to be accomplished
by
only typoing in the starting date. Example If the loan is to start on
11/1/2005, then the first cell in the program will have 11/1/2005 in it.
How
do I create a formula so the next cell below it will show 12/1/2005, the
next
1/1/2006, etc for the length of the loan. If I understood how to create
the
formula (no fill boxes nor drag and drop) then I know how to do the rest.
Right now when I add 1 to the previous cell it only changes the day of the
month. I need to change the month only and not the day and the year to
change after the December to January switch.
Thanks for your help,
Greg



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
Automatic Date Increase by 12 Months Steve 084 Excel Discussion (Misc queries) 2 January 14th 09 09:50 PM
Increase by % Formula Trying Hard New Users to Excel 6 July 19th 08 12:33 AM
Measuring growth-how much did revenue increase using 12 months of Buck Excel Discussion (Misc queries) 7 August 11th 07 02:00 AM
Number in cell increase with increase in font size. Value increases with increase in font.[_2_] Excel Discussion (Misc queries) 2 August 9th 07 01:58 PM
how do I forecast a 15% increase over 7 months? vrosen Excel Discussion (Misc queries) 1 June 24th 05 03:01 AM


All times are GMT +1. The time now is 10:57 AM.

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

About Us

"It's about Microsoft Excel"