Hi,
I am creating an amortization schedule.
So when I use this formula,
PAYMENT = FinancePMT([Semi annual], [REM BAL AMORT],[OPEN BAL],0 , 0)
but then I update the OPEN BAL column

So then I need to recalculate payment as it uses OPEN BAL and do the formula again. And this process essentially has to be repeated for each row..
Is there any workaround?

It is almost like they need each other. I need OPEN BAL to be accurate to calc the PAYMENT, but then Ineed the latest open BAL for the next row.