Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel Loan Ammortation Spreadsheet

I would like to download an Excel Loan Ammortation Spreadsheet that I could
learn more about Excel. If that is not feasible, then Id like to know the
Date format or formula to make Excel generate the dates for monthly payment
rows. Also, what is used to list dates automatically in weekly, biweekly and
annually?

I thank you very much,


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 212
Default Excel Loan Ammortation Spreadsheet

I read your other post also with simillar question.
I just thought of a formula.
Now Assume that the Last Paid Date is in Cell A2.
Then in Cell B2 put the frequency of payment in number of days ( e.g., 7,
or 15, or 30 etc. ),
From column C onwarard, first change the Cell format to Date.
And then copy the bellow formula in C2. C2 will give you the next date when
payment is due. Then copy the formula accroos the same row in further
subsequent column, say up to next 11 column. This will give you the dates
next payment due for 1 year.
You copy formula to 24, 36 or what ever number you linke to make it to show
next 2 years date, 3 years date and so on.

Formula to copy in C2:

=OFFSET(C2,0,(-1*COLUMN()+1))+(OFFSET(C2,0,(-1*COLUMN()+2))*(COLUMN()-2))
Sharad

Note: The limitation of my above formula is that it calculates purely by
number of days entered, irrespective of
how many days are in a month.

"ghutchn" wrote in message
...
I would like to download an Excel Loan Ammortation Spreadsheet that I could
learn more about Excel. If that is not feasible, then I'd like to know
the
Date format or formula to make Excel generate the dates for monthly
payment
rows. Also, what is used to list dates automatically in weekly, biweekly
and
annually?

I thank you very much,




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
Loan Amoritization Spreadsheet Issue anonymous Excel Worksheet Functions 0 February 4th 06 07:33 PM
Fortnightly Loan amortization spreadsheet mailmarshall Excel Discussion (Misc queries) 0 December 5th 05 08:50 AM
need 360-day loan amortization excel spreadsheet template PegW Excel Worksheet Functions 0 September 16th 05 02:23 PM
Excel Loan Ammortation Spreadsheet ? [email protected] Excel Programming 1 January 8th 05 09:41 PM


All times are GMT +1. The time now is 05:52 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"