Date: 18/09/2013 17:45:09
From: JTQ
ID: 396501
Subject: Excel help

Is there some way using Excel that I can (easily) calculate a final balance amount after starting with a principal and adding extra money monthly?

So here’s formula for compound interest:

=P*(1+r)n

where P is the principal/initial amount, R is the interest rate and N is the number of years.

Let’s say I start with zero in an account that has a rate of 4.3%. Each week for 1 year I put $125 into the account. How can I work out how much will be in the account at the end of the 1 year period?

Reply Quote

Date: 18/09/2013 17:47:21
From: Stealth
ID: 396503
Subject: re: Excel help

JTQ said:


Is there some way using Excel that I can (easily) calculate a final balance amount after starting with a principal and adding extra money monthly?

So here’s formula for compound interest:

=P*(1+r)n

where P is the principal/initial amount, R is the interest rate and N is the number of years.

Let’s say I start with zero in an account that has a rate of 4.3%. Each week for 1 year I put $125 into the account. How can I work out how much will be in the account at the end of the 1 year period?


How often is the interest calculated and paid?

Reply Quote

Date: 18/09/2013 17:47:41
From: Angus Prune
ID: 396504
Subject: re: Excel help

It would depend on how often the interest is calculated and credited.

Reply Quote

Date: 18/09/2013 17:47:49
From: OCDC
ID: 396505
Subject: re: Excel help

Sorry JTQ, we don’t do people’s homework here.

:-P

Reply Quote

Date: 18/09/2013 17:48:22
From: sibeen
ID: 396506
Subject: re: Excel help

JTQ, with that equation you need to know how often the interest is calculated.

So if is calculated monthly then r = 0.043/12 and n = 12.

Reply Quote

Date: 18/09/2013 17:48:30
From: JTQ
ID: 396507
Subject: re: Excel help

Interest calculated and paid monthly.

Reply Quote

Date: 18/09/2013 17:49:16
From: JTQ
ID: 396509
Subject: re: Excel help

OCDC said:


Sorry JTQ, we don’t do people’s homework here.

:-P

lol .. I’m no longer a student :) just thinking about refinancing some things..

Reply Quote

Date: 18/09/2013 17:49:24
From: Stealth
ID: 396510
Subject: re: Excel help

JTQ said:


Is there some way using Excel that I can (easily) calculate a final balance amount after starting with a principal and adding extra money monthly?

So here’s formula for compound interest:

=P*(1+r)n

where P is the principal/initial amount, R is the interest rate and N is the number of years.

Let’s say I start with zero in an account that has a rate of 4.3%. Each week for 1 year I put $125 into the account. How can I work out how much will be in the account at the end of the 1 year period?


Also you started saying adding money monthly, and then said adding it weekly. Which one?

Reply Quote

Date: 18/09/2013 17:49:43
From: OCDC
ID: 396511
Subject: re: Excel help

JTQ said:


OCDC said:

Sorry JTQ, we don’t do people’s homework here.

:-P

lol .. I’m no longer a student :) just thinking about refinancing some things..


Hence the :-P

Reply Quote

Date: 18/09/2013 17:50:51
From: JTQ
ID: 396513
Subject: re: Excel help

Stealth said:


JTQ said:

Is there some way using Excel that I can (easily) calculate a final balance amount after starting with a principal and adding extra money monthly?


Also you started saying adding money monthly, and then said adding it weekly. Which one?

ooops… yeh it’d have $125 paid weekly, not monthly. Interest paid monthly is what I meant to put in the top line.

Reply Quote

Date: 18/09/2013 17:51:19
From: JTQ
ID: 396514
Subject: re: Excel help

OCDC said:


JTQ said:

OCDC said:

Sorry JTQ, we don’t do people’s homework here.

:-P

lol .. I’m no longer a student :) just thinking about refinancing some things..


Hence the :-P

:) long day at work, and 10 mins left.

Reply Quote

Date: 18/09/2013 18:01:05
From: fsm
ID: 396516
Subject: re: Excel help

Just visit any bank website, they all have savings calculators.

Reply Quote

Date: 18/09/2013 18:44:40
From: wookiemeister
ID: 396530
Subject: re: Excel help

http://www.patrickschneider.com/blog/2008/03/compound-interest-with-an-initial-balance-and-monthly-contributions/

I haven’t read it but I suspect its the droid you are looking for

Reply Quote

Date: 20/09/2013 19:36:32
From: sibeen
ID: 397806
Subject: re: Excel help

How come none of you braneiacs gave JTQ an excel formula for this?

Useless, the lot of you.

Reply Quote

Date: 20/09/2013 19:57:05
From: The Rev Dodgson
ID: 397829
Subject: re: Excel help

sibeen said:


How come none of you braneiacs gave JTQ an excel formula for this?

Useless, the lot of you.

I’d do it row by row (and use an average monthly payment, rather than try to deal with payments and interest arriving at different times
Row 1:
A1: Starting amount
B1: A1*interest/12
C1: Monthly contribution
D1: = Sum(A1:C1)

Row 2:
A2: = D1
Other cells as Row 1.

Just copy row 2 down for as many rows as you want.

Reply Quote

Date: 20/09/2013 20:13:15
From: sibeen
ID: 397855
Subject: re: Excel help

Rev, doesn’t excel do iteration?

Reply Quote

Date: 20/09/2013 20:34:40
From: The Rev Dodgson
ID: 397889
Subject: re: Excel help

sibeen said:


Rev, doesn’t excel do iteration?

Can do, but it’s easier just to iterate by copying.

Reply Quote

Date: 20/09/2013 20:38:31
From: sibeen
ID: 397895
Subject: re: Excel help

The Rev Dodgson said:


sibeen said:

Rev, doesn’t excel do iteration?

Can do, but it’s easier just to iterate by copying.

Ta. I didn’t have a clue.

In mathcad it’s just a few lines, and if you wanted to know the result after 2000 months I’d hate to do it by copying :)

Reply Quote