BBO Discussion Forums: Excel finance genius needed - BBO Discussion Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Excel finance genius needed I ned some help

#1 User is offline   sceptic 

  • PipPipPipPipPipPip
  • Group: Advanced Members
  • Posts: 2,343
  • Joined: 2004-January-03

Posted 2007-April-25, 10:16

can anyone give me a formula for working out monthly repayments on a loan based at 1.66% a month ending in zero no matter what the start figure is i.e

????? start figure
1000 per calander month
1000
1000
1000
1000
1000
1000
1000
1000

I want to end with a zero balance but I need to add 1.66% each month , I just need to know if there is an easy way to work out what the start figure is without working backwards (if you get my drift
0

#2 User is offline   P_Marlowe 

  • PipPipPipPipPipPipPipPipPipPip
  • Group: Advanced Members
  • Posts: 10,176
  • Joined: 2005-March-18
  • Gender:Male

Posted 2007-April-25, 11:22

Hi Wayne,

you can only approximate it.
If you can read german:

http://www.lehre.fhw...the/rschuld.htm

It would be possible to get a 2nd order
approximation of the solution.

But a first good guess should be

#1 payment is at the end of the month

n = 1 / (L * ln(q)) * ln( r * 1 / (q - 1))

#2 payment is at the beginning of the month

n = 1 / (L * ln(q)) * ln( r * q * 1 / (q - 1))

L - loan
q - interrest rate ( i.e. 0.0166)
r - rate (i.e. 1000)
ln - logarithm

Now you simply have to check if the number of rates is n-1, n or n+1.
This formula should work, if the number of rates one expects
is fairly high, say 5, 6 or higher and if the interest rate is "normal".

With kind regards
Marlowe
With kind regards
Uwe Gebhardt (P_Marlowe)
0

#3 User is offline   ArcLight 

  • PipPipPipPipPipPip
  • Group: Advanced Members
  • Posts: 1,341
  • Joined: 2004-July-02
  • Location:Millburn, New Jersey
  • Interests:Rowing. Wargaming. Military history.

Posted 2007-April-25, 11:37

IN Excel you have

PPMT(rate,per,nper,pv)

Rate is the interest rate per period. (0.016 inyour case)

Per specifies the period and must be in the range 1 to nper.

Nper is the total number of payment periods (60 for a 5 year loan paying monthly)

Pv is the present value — the total amount that a series of future payments is worth now.


IPMT = Interest payment

also theer is PV
0

#4 User is offline   sceptic 

  • PipPipPipPipPipPip
  • Group: Advanced Members
  • Posts: 2,343
  • Joined: 2004-January-03

Posted 2007-April-25, 13:08

Thanks all, I have the exact answer, all I can say is cascade is a genius :)

long live "Net Present Values"

and thanks all
0

#5 User is offline   Gerben42 

  • PipPipPipPipPipPipPipPip
  • Group: Advanced Members
  • Posts: 5,577
  • Joined: 2005-March-01
  • Gender:Male
  • Location:Erlangen, Germany
  • Interests:Astronomy, Mathematics
    Nuclear power

Posted 2007-April-25, 14:07

I don't know any of these fancy financial formulae, just seems to me that it is just a case of a harmonic series...

The first payment is worth €1000 x (1 / 1.0166), the 2nd is €1000 x (1 / 1.0166)^2 so in total if you have N months your total will be:

€1000 (1 + x + x^2 + x^3 + ... + x^N) where x = 1 / 1.0166

Assuming you wait 1 month with the first payment of course.

This simplifies to (1 - x^N-1) / (1 - x)

For example for N = 60 (5 years):

€1000 * (1 - 1.0166^-59) / (0.01633) = €38,436

Better get a lower interest rate!
Two wrongs don't make a right, but three lefts do!
My Bridge Systems Page

BC Kultcamp Rieneck
0

#6 User is offline   P_Marlowe 

  • PipPipPipPipPipPipPipPipPipPip
  • Group: Advanced Members
  • Posts: 10,176
  • Joined: 2005-March-18
  • Gender:Male

Posted 2007-April-25, 14:22

You are right of course, but as always, it is important to
know, what you are asking, the formula I gave, was
trying to answer, how many months you have to pay,
given a fixed rate.

With kind regards
Marlowe
With kind regards
Uwe Gebhardt (P_Marlowe)
0

#7 User is offline   cherdano 

  • 5555
  • PipPipPipPipPipPipPipPipPip
  • Group: Advanced Members
  • Posts: 9,519
  • Joined: 2003-September-04
  • Gender:Male

Posted 2007-April-25, 14:47

Gerben42, on Apr 25 2007, 02:07 PM, said:

I don't know any of these fancy financial formulae, just seems to me that it is just a case of a harmonic series...

Well I knew physicists have problems with math, but I thought they could at least tell a harmonic series from a geometric series :P :) :)
The easiest way to count losers is to line up the people who talk about loser count, and count them. -Kieran Dyke
0

#8 User is offline   Gerben42 

  • PipPipPipPipPipPipPipPip
  • Group: Advanced Members
  • Posts: 5,577
  • Joined: 2005-March-01
  • Gender:Male
  • Location:Erlangen, Germany
  • Interests:Astronomy, Mathematics
    Nuclear power

Posted 2007-May-14, 07:37

That's what I meant...

[bad excuse]
It's the result that counts not the name ;)
[/bad excuse]
Two wrongs don't make a right, but three lefts do!
My Bridge Systems Page

BC Kultcamp Rieneck
0

#9 User is offline   han 

  • Under bidder
  • PipPipPipPipPipPipPipPipPipPip
  • Group: Advanced Members
  • Posts: 11,797
  • Joined: 2004-July-25
  • Gender:Male
  • Location:Amsterdam, the Netherlands

Posted 2007-May-14, 09:28

Agree with Gerben.
Please note: I am interested in boring, bog standard, 2/1.

- hrothgar
0

#10 User is offline   Fluffy 

  • World International Master without a clue
  • PipPipPipPipPipPipPipPipPipPipPip
  • Group: Advanced Members
  • Posts: 17,404
  • Joined: 2003-November-13
  • Gender:Male
  • Location:madrid

Posted 2007-May-14, 12:23

I agree with Han
0

#11 User is offline   Echognome 

  • Deipnosophist
  • PipPipPipPipPipPipPip
  • Group: Advanced Members
  • Posts: 4,386
  • Joined: 2005-March-22

Posted 2007-May-14, 13:03

I will buck the trend and disagree with Gerben, Han, and Gonzalo! :o

I don't believe the calculation is this simple, assuming the loan is amortized. The reason is simple, the interest is recalculated every period (in this case month) based on the principle remaining. That is not a simple geometric series.

The simplest thing to do is just download an amortization table from a website, such as:

http://www.vertex42.com/ExcelArticles/amor...n-formulas.html

However, it sounds as though Wayne has already sorted you out.
"Half the people you know are below average." - Steven Wright
0

#12 User is offline   Echognome 

  • Deipnosophist
  • PipPipPipPipPipPipPip
  • Group: Advanced Members
  • Posts: 4,386
  • Joined: 2005-March-22

Posted 2007-May-16, 13:39

Ok. After having thought this through with the encouragment of one of our regular posters, I more or less agree with Gerben. It is the application of a finite geometric series, where you solve for the constant payment. I take back my criticism.
"Half the people you know are below average." - Steven Wright
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

9 User(s) are reading this topic
0 members, 9 guests, 0 anonymous users