Reverse Compound Interest

wendy21

New Member
Joined
Mar 2, 2015
Messages
14
Office Version
  1. 365
Platform
  1. MacOS
Hi, I need a formula to calculate reverse compound interest.
I know the end amount, interest rate, period of compounding and term:

End Value £100,000
Interest Rate 9.5%
Term 1 year
Compounds monthly
What is the initial amount?

Thanks in advance.
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
check help information for PV and FV

Future Value.xlsm
BCD
1
2End value100,000.00
3Interest9.5%
4Term1
5Present value90,971.32$90,971.32
6
1b
Cell Formulas
RangeFormula
C5C5=PV(C3/12,C4*12,0,-C2)
D5D5=FV(C3/12,-C4*12,0,-C2)
 
Upvote 0

Forum statistics

Threads
1,214,944
Messages
6,122,391
Members
449,080
Latest member
Armadillos

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