PMT
傳回具有恆定利率的年金分期支付額。
Syntax
PMT(Rate; NPer; PV [ ; [ FV ] [ ; Type ] ])
rate 決定週期利率。
NPer 是指支付年金的期數。
PV 是指連續支付的現值 (現金價值)。
FV (選擇性) 是指定期付款結束時達到的所需值 (未來價值)。
Type (選擇性) 指定定期支付的到期日期。Type=1 表示每期期初支付,而 Type=0 表示每期期末支付。
In the LibreOffice Calc functions, parameters marked as "optional" can be left out only when no parameter follows. For example, in a function with four parameters, where the last two parameters are marked as "optional", you can leave out parameter 4 or parameters 3 and 4, but you cannot leave out parameter 3 alone.
Example
如果支付週期為 3 年,現金值為 25,000 貨幣單位,以年利率 1.99% 計算,分期支付額是多少?已知有 36 個月,即支付的週期數是 36,每個支付週期的利率為 1.99%/12。
=PMT(1.99%/12;36;25000) = -715.96 貨幣單位。每月分期付款的結果為 715.96 貨幣單位。
Example2 如果30 年房貸,貸款金額為 980萬,以年利率 1.775% 計算,分期每月支付額是多少? 即已知有 360個月,即支付的週期數是 360,每個支付週期的利率為 1.775%/12。 =PMT(1.775%/12;360;9800000) = -35130.03 。每月分期付款的結果為 35130.03元。
Example3 如果30 年房貸,貸款金額為 369萬,以年利率 1.775% 計算,分期每月支付額是多少? 即已知有 360個月,即支付的週期數是 360,每個支付週期的利率為 1.775%/12。 =PMT(1.775%/12;360;3690000) = -13227.53 。每月分期付款的結果為 13227.53元


















