Partial PMT period with variable fees

SedoSan7

New Member
Joined
Sep 7, 2022
Messages
1
Office Version
  1. 365
Platform
  1. Windows
  2. Mobile
  3. Web
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.


Cell Formulas
RangeFormula
I6I6=$E$9
K7:K31K7=IF($E$13>H7,$E$14,0)
L7:L31L7=I7-J7+K7
M7:M31M7=IF(H7=$E$12,$E$8,0)
I8:I31I8=(L7-M7)*(1+$E$9)
J8:J31J8=IF($E$12>=H8,MIN(I8*$E$11,$E$10),0)
D22D22="Management charge contains "&$E$10
D23D23="Management charge contains between 0 "&$E$10
F22F22=IF(COUNTIF($J$7:$J$31,$E$10)>0,"Pass","Fail")
F23F23=IF(COUNTIFS($J$7:$J$31,">"&0,$J$7:$J$31,"<"&$E$10)>0,"Pass","Fail")
F24F24=IF($E$8=VLOOKUP($E$12,$H$7:$L$31,5,FALSE),"Pass","Fail")
Cells with Conditional Formatting
CellConditionCell FormatStop If True
F22:F24Cell Value="Fail"textNO
E14:F14Expression=$E$8<>$L$19textNO
L7:L31Expression=AND($H7=$E$12,$L7=$E$8)textNO
Cells with Data Validation
CellAllowCriteria
E12Whole numberbetween 1 and 24
E13Whole numberbetween 1 and $E$12
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.

Forum statistics

Threads
1,215,482
Messages
6,125,058
Members
449,206
Latest member
Healthydogs

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