Cumulative Interest Formula plus monthly deposit

pagination1

New Member
Joined
Apr 24, 2012
Messages
48
Hi there, I'm trying to formulate a cumulative interest formula, with monthly deposits.

I can create a formula which simply takes a principal amount, applies an annual interest rate, number of years, but I can't figure out how to add a monthly deposit into the calculation.

The formula I currently have is:

=FV(C6/C8,C7*C8,0,-C5)

Where:

C5= Current Amount
C6 = Annual Interest Rate
C7 = Total Investment Years
C8 = Compounding Periods per Yr.

I want to add a C9, which is the monthly deposit amount, but I just can't figure this out.

I'd be really grateful for any help!

Many thanks,

Nick
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Perhaps:

Cell Formulas
RangeFormula
C9C9=PMT(i/N,Yrs*N,-Amount)
C12C12=FV(i/N,C11,Instalment,-Amount)
C15C15=Amount
D15:D38D15=C15*i/N
E15:E38E15=-Instalment
F15:F38F15=SUM(C15:E15)
C16:C38C16=F15
Named Ranges
NameRefers ToCells
Amount=Sheet4!$C$5C15, C12, C9
i=Sheet4!$C$6C12, C9, D15:D38
Instalment=Sheet4!$C$9C12, E15:E38
N=Sheet4!$C$8C12, C9, D15:D38
Yrs=Sheet4!$C$7C9
 
Upvote 0

Forum statistics

Threads
1,214,824
Messages
6,121,784
Members
449,049
Latest member
greyangel23

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top