I'm trying to achieve a future goal (FV) in a known X periods of time (NPER) by investing in a project that promises 3% profit return 3% per period, however they are charging a management fee of 1% of the total FUND account or a fixed 100$ whichever is lower. With a limited Salary period, I want to do the investment in installments so I want to choose "Installments" to be the number of periods where I will pay an amount to reach that end goal of FV.
In the example provided. I use FV = $12,600, growth = 3%, Periods = 12. I used "Excel Solver" to figure out how much PMT should be for "4" installments period and the answer was $2,533.03, however I need to find this using a formula using only variables.
In the example provided. I use FV = $12,600, growth = 3%, Periods = 12. I used "Excel Solver" to figure out how much PMT should be for "4" installments period and the answer was $2,533.03, however I need to find this using a formula using only variables.
Cell Formulas | ||
---|---|---|
Range | Formula | |
I6 | I6 | =$E$9 |
K7:K31 | K7 | =IF($E$13>H7,$E$14,0) |
L7:L31 | L7 | =I7-J7+K7 |
M7:M31 | M7 | =IF(H7=$E$12,$E$8,0) |
I8:I31 | I8 | =(L7-M7)*(1+$E$9) |
J8:J31 | J8 | =IF($E$12>=H8,MIN(I8*$E$11,$E$10),0) |
D22 | D22 | ="Management charge contains "&$E$10 |
D23 | D23 | ="Management charge contains between 0 "&$E$10 |
F22 | F22 | =IF(COUNTIF($J$7:$J$31,$E$10)>0,"Pass","Fail") |
F23 | F23 | =IF(COUNTIFS($J$7:$J$31,">"&0,$J$7:$J$31,"<"&$E$10)>0,"Pass","Fail") |
F24 | F24 | =IF($E$8=VLOOKUP($E$12,$H$7:$L$31,5,FALSE),"Pass","Fail") |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
F22:F24 | Cell Value | ="Fail" | text | NO |
E14:F14 | Expression | =$E$8<>$L$19 | text | NO |
L7:L31 | Expression | =AND($H7=$E$12,$L7=$E$8) | text | NO |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
E12 | Whole number | between 1 and 24 |
E13 | Whole number | between 1 and $E$12 |