monthlyPayments = (monthlyInterest * (purchasePrice-downPayment)) * (((1+monthlyInterest)^loanTerm) / (((1+monthlyInterest)^loanTerm)-1));
I've tried to use the POW() function but it doesn't work for this. and if it does please tell me. I'm at my wits end trying to figure this problem out.

New Topic/Question
Reply




MultiQuote






|