I’m trying to do some simple (I thought) mortgage calculations in Calc. Specifically, I want to compare various loans at 5 years into the loan. I’m using PPMT() to accomplish this, but I keep getting a 0 value no matter what I put in. For example, PPMT(D4/12, 60, C4*12, $B$1) yields $0.00. Even when I replace all cell references with actual numbers, it returns $0.00. The PPMT() function appears to be broken.
Interestingly, calc also doesn’t work when I try using an amortization formula. E.g., the formula
=$B$1*(((1+(D4/12))^(C4*12))-(1+(D4/12))^60)/(((1+(D4/12))^(C4*12))-1)
returns the total loan amount ($B$1)… Essentially everything after the first parentheses evaluates as 1, even though it should evaluate to a number between 0 and 1.
Any ideas?
Latest version (7.3.4.2) of LO installed on Windows 11.