Repeater - amortization table like functionality


#21

I don’t see those variables, there’s:

varPropTax
varPropTaxIncrease
varHydro
varHydroIncrease
varBalance
varAddRent

What were the values of those?


#22

all but varBalance are 0.
Only Payment = 100 and varIncrease = 3
which sets the barBalance to 100 for the first row and should incrementally increase based on our formula for rows 2+


#23

The final piece to the puzzle is how to apply additional rent only to the rows where it is applicalbe. In my example it needs to apply only to 2012-2015. How can achieve this?