Future Value of a one time investment a few years later?

Joe Carter

New Member
Joined
Nov 26, 2019
Messages
17
Office Version
  1. 365
Platform
  1. Windows
I don't use Excel's financial formulas. I've hit help, but can't figure it out. It's SIMPLE! So I feel stupid.

If I would invest in a company who can't pay me back right now, how much do they owe me. Actual example:
On 6/30/2022, invested $165,000. Interest rate is 9% (verbiage from the contract "
Interest is set at the fixed rate of nine percent (9.00%) per annum until this Note
is fully paid.").
How much does the company owe me today?

I used simple formulas:
Number of years = (Today()-6/30/2022)/365
Accrued Interest = $165K * 9% * Number of years = $28,113.
But I don't think that's right. Because after the first year the new debt would be $165K*1.09=$179.85K. 9% interest on that would be more.

Any help would be greatly appreciated.
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
T202405.xlsm
ABC
1
2Amount165,000.00
3Rate9.00%
4Start30-Jun-22
5Date30-Jun-24
6Future Value196,036.50
7
8Year 130-Jun-23179,850.00
9Today21-May-24194,351.33
10
2d
Cell Formulas
RangeFormula
C6C6=FV(C3,2,,-C2)
C8C8=C2*(1+C3)
C9C9=C8*C3*(B9-B8+1)/365+C8
 
Upvote 0
An edit and a clearer example that would work with more years.

T202405.xlsm
ABCDEF
8Amount165,000.0030-Jun-23179,850.00
9Rate9.00%21-May-24194,306.98
10Start30-Jun-22
11Date21-May-24
12Future Value194,306.98
2dd
Cell Formulas
RangeFormula
F8F8=C8*(1+C$3)
F9F9=F8*(1+C9*(C11-E8)/365)
C12C12=LET(y,DATEDIF(C10,C11,"y"),FV(C9,y,,-C8)*(1+C9*(C11-EDATE(C10,y*12))/365))


T202405.xlsm
ABCDEF
1Year
2Amount165,000.0030-Jun-21179,850.00
3Rate9.00%30-Jun-22196,036.50
4Start30-Jun-2030-Jun-23213,679.79
5Date21-May-2421-May-24230,856.13
6Future Value230,856.13
2dd
Cell Formulas
RangeFormula
F2F2=C2*(1+C$3)
F3:F4F3=F2*(1+C$3)
F5F5=F4*(1+C3*(C5-E4)/365)
C6C6=LET(y,DATEDIF(C4,C5,"y"),FV(C3,y,,-C2)*(1+C3*(C5-EDATE(C4,3*12))/365))
 
Upvote 0
C6 can be =LET(y,DATEDIF(C4,C5,"y"),FV(C3,y,,-C2)*(1+C3*(C5-EDATE(C4,y*12))/365))
 
Upvote 0
I googled the formula, FV=PV(1-r)(power of n) where r=interest rate and n is number of periods.
Since this is accrued annually, n=(Today()-6/30/2022)/365.
FV=PV*power(1+9%,n)
Right?
 
Upvote 0
Did you try the suggestion?
You did specify How much does the company owe me today?
N.B. You can copy the suggestion to a clean sheet. Click on the icon below the icon in the heading, move to your sheet and paste into cell A1.

T202405.xlsm
ABCDEF
1Year
2Amount165,000.0030-Jun-21179,850.00
3Rate9.00%30-Jun-22196,036.50
4Start30-Jun-2030-Jun-23213,679.79
5Date21-May-2421-May-24230,856.13
6Future Value230,856.13
7
8Amount165,000.0030-Jun-23179,850.00
9Rate9.00%21-May-24194,306.98
10Start30-Jun-22
11Date21-May-24
12Future Value194,306.98
13
14Amount165,000.00
15Rate9.00%
16Start30-Jun-22
17Date30-Jun-24
18Future Value196,036.50196,036.50
2dd
Cell Formulas
RangeFormula
F2,F8F2=C2*(1+C$3)
F3:F4F3=F2*(1+C$3)
F5F5=F4*(1+C3*(C5-E4)/365)
C6,C12C6=LET(y,DATEDIF(C4,C5,"y"),FV(C3,y,,-C2)*(1+C3*(C5-EDATE(C4,y*12))/365))
F9F9=F8*(1+C9*(C11-E8)/365)
C18C18=FV(C15,DATEDIF(C16,C17,"Y"),,-C14)
D18D18=C14*(1+C15)^2
 
Upvote 0

Forum statistics

Threads
1,223,900
Messages
6,175,276
Members
452,629
Latest member
SahilPolekar

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